Redesigned the footer for mobile devices: UI Changes

This commit is contained in:
Sahil Sobhani
2025-07-16 23:34:20 +05:30
parent da973b2e1e
commit caf6fef3ad
2 changed files with 4 additions and 19 deletions
-15
View File
@@ -1,15 +0,0 @@
# Environment Variables Example
# Copy this file to .env.local and update the values as needed
DATABASE_URL="postgresql://opencut:opencutthegoat@localhost:5432/opencut"
# Better Auth
NEXT_PUBLIC_BETTER_AUTH_URL=http://localhost:3000
BETTER_AUTH_SECRET=your-secret-key-here
# Development Environment
NODE_ENV=development
# Redis
UPSTASH_REDIS_REST_URL=http://localhost:8079
UPSTASH_REDIS_REST_TOKEN=example_token
+4 -4
View File
@@ -34,15 +34,15 @@ export function Footer() {
<div className="grid grid-cols-1 md:grid-cols-2 gap-12 mb-8"> <div className="grid grid-cols-1 md:grid-cols-2 gap-12 mb-8">
{/* Brand Section */} {/* Brand Section */}
<div className="md:col-span-1 max-w-sm"> <div className="md:col-span-1 max-w-sm">
<div className="flex items-center gap-2 mb-4"> <div className="flex justify-center md:justify-start items-center gap-2 mb-4">
<Image src="/logo.svg" alt="OpenCut" width={24} height={24} /> <Image src="/logo.svg" alt="OpenCut" width={24} height={24} />
<span className="font-bold text-lg">OpenCut</span> <span className="font-bold text-lg">OpenCut</span>
</div> </div>
<p className="text-sm text-muted-foreground mb-5"> <p className="text-sm text-center md:text-left text-muted-foreground mb-5">
The open source video editor that gets the job done. Simple, The open source video editor that gets the job done. Simple,
powerful, and works on any platform. powerful, and works on any platform.
</p> </p>
<div className="flex gap-3"> <div className="flex justify-center md:justify-start gap-3">
<Link <Link
href="https://github.com/OpenCut-app/OpenCut" href="https://github.com/OpenCut-app/OpenCut"
className="text-muted-foreground hover:text-foreground transition-colors" className="text-muted-foreground hover:text-foreground transition-colors"
@@ -70,7 +70,7 @@ export function Footer() {
</div> </div>
</div> </div>
<div className="flex gap-12 justify-end items-start py-2"> <div className="flex gap-12 md:justify-end justify-center items-start py-2">
<div> <div>
<h3 className="font-semibold text-foreground mb-4">Resources</h3> <h3 className="font-semibold text-foreground mb-4">Resources</h3>
<ul className="space-y-2 text-sm"> <ul className="space-y-2 text-sm">