chore(nav): rename homepage label to 发现
This commit is contained in:
@@ -23,7 +23,7 @@ export default function DashboardLayout({ children }: { children: React.ReactNod
|
||||
{isAuthenticated && currentRole === "consumer" ? (
|
||||
<div className="flex min-h-[50vh] items-center justify-center">
|
||||
<Button asChild>
|
||||
<Link href="/">首页</Link>
|
||||
<Link href="/">发现</Link>
|
||||
</Button>
|
||||
</div>
|
||||
) : (
|
||||
|
||||
Reference in New Issue
Block a user