chore(nav): rename homepage label to 发现

This commit is contained in:
zetaloop
2026-02-25 02:53:51 +08:00
parent dc451b0218
commit 360ac9b5be
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -53,13 +53,13 @@ export function Header() {
const navLinks =
currentRole === "consumer"
? [
{ href: "/", label: "首页" },
{ href: "/", label: "发现" },
{ href: "/search", label: "找陪玩" },
{ href: "/community", label: "社区" },
{ href: "/chat", label: "消息" },
]
: [
{ href: "/", label: "首页" },
{ href: "/", label: "发现" },
{ href: "/community", label: "社区" },
{ href: "/orders", label: "订单" },
{ href: "/chat", label: "消息" },