From bdac089a85a2f182979c5e397ac9d6345456a019 Mon Sep 17 00:00:00 2001 From: abearxiong Date: Thu, 26 Feb 2026 01:49:18 +0800 Subject: [PATCH] fix(header): add cursor pointer to link items for better UX --- src/pages/auth/modules/BaseHeader.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/auth/modules/BaseHeader.tsx b/src/pages/auth/modules/BaseHeader.tsx index 9b4916e..52fd8d2 100644 --- a/src/pages/auth/modules/BaseHeader.tsx +++ b/src/pages/auth/modules/BaseHeader.tsx @@ -55,7 +55,7 @@ export const BaseHeader = (props: { main?: React.ComponentType | null }) => { { store.links.map(link => (
{ if (!link.href) return; if (link.href.startsWith('http') || link.isRoot) {