fix: sidebar mobile responsive and footer link clickability

This commit is contained in:
zetaloop
2026-02-20 20:36:27 +08:00
parent ebdf56a361
commit ed3858cff3
10 changed files with 86 additions and 86 deletions
+9 -3
View File
@@ -30,9 +30,15 @@ export function Footer() {
<div>
<h3 className="font-semibold text-sm mb-3"></h3>
<nav className="flex flex-col gap-2 text-sm text-muted-foreground">
<span></span>
<span></span>
<span></span>
<Link href="#" className="hover:text-foreground transition-colors">
</Link>
<Link href="#" className="hover:text-foreground transition-colors">
</Link>
<Link href="#" className="hover:text-foreground transition-colors">
</Link>
</nav>
</div>
<div>