feat(pages): add help, terms, privacy pages and footer links
This commit is contained in:
@@ -30,13 +30,13 @@ 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">
|
||||
<Link href="#" className="hover:text-foreground transition-colors">
|
||||
<Link href="/help" className="hover:text-foreground transition-colors">
|
||||
帮助中心
|
||||
</Link>
|
||||
<Link href="#" className="hover:text-foreground transition-colors">
|
||||
<Link href="/terms" className="hover:text-foreground transition-colors">
|
||||
用户协议
|
||||
</Link>
|
||||
<Link href="#" className="hover:text-foreground transition-colors">
|
||||
<Link href="/privacy" className="hover:text-foreground transition-colors">
|
||||
隐私政策
|
||||
</Link>
|
||||
</nav>
|
||||
|
||||
Reference in New Issue
Block a user