From 360ac9b5beff97ba142a29d173c9feec203b49d4 Mon Sep 17 00:00:00 2001 From: zetaloop Date: Wed, 25 Feb 2026 02:53:51 +0800 Subject: [PATCH] =?UTF-8?q?chore(nav):=20rename=20homepage=20label=20to=20?= =?UTF-8?q?=E5=8F=91=E7=8E=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/(dashboard)/layout.tsx | 2 +- components/header.tsx | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/app/(dashboard)/layout.tsx b/app/(dashboard)/layout.tsx index ad3c673..1f3fd20 100644 --- a/app/(dashboard)/layout.tsx +++ b/app/(dashboard)/layout.tsx @@ -23,7 +23,7 @@ export default function DashboardLayout({ children }: { children: React.ReactNod {isAuthenticated && currentRole === "consumer" ? (
) : ( diff --git a/components/header.tsx b/components/header.tsx index 0980fc4..ff62f5e 100644 --- a/components/header.tsx +++ b/components/header.tsx @@ -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: "消息" },