chore(footer): point search links to Discover anchor
This commit is contained in:
@@ -16,10 +16,10 @@ 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="/search" className="hover:text-foreground transition-colors">
|
||||
<Link href="/#discover-search" className="hover:text-foreground transition-colors">
|
||||
找打手
|
||||
</Link>
|
||||
<Link href="/search" className="hover:text-foreground transition-colors">
|
||||
<Link href="/#discover-search" className="hover:text-foreground transition-colors">
|
||||
找店铺
|
||||
</Link>
|
||||
<Link href="/community" className="hover:text-foreground transition-colors">
|
||||
|
||||
Reference in New Issue
Block a user