Minor changes
All checks were successful
Deploy Website / build-and-deploy (push) Successful in 27s

This commit is contained in:
Akshay Kolli
2026-02-08 14:05:15 -05:00
parent b0ad1287fb
commit 9b8a25f5c8
7 changed files with 41 additions and 123 deletions

View File

@@ -2,7 +2,6 @@ export function Footer() {
return (
<footer className="w-full py-8 text-center text-xs text-zinc-400 dark:text-zinc-600 font-mono border-t border-zinc-200/50 dark:border-zinc-800/50 mt-auto">
<div className="max-w-4xl mx-auto px-6 flex flex-col sm:flex-row justify-between items-center gap-4">
<span>© {new Date().getFullYear()} John Doe. All rights reserved.</span>
<div className="flex gap-4">
<a href="#" className="hover:text-zinc-900 dark:hover:text-zinc-100 transition-colors">Twitter</a>