fix: sidebar mobile responsive and footer link clickability
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user