This commit is contained in:
zhu
2026-05-09 16:50:17 +08:00
parent 2c038e8c0c
commit fd9cf1a52f
13 changed files with 3951 additions and 1 deletions

View File

@@ -94,7 +94,7 @@ const NavTabs = () => {
<nav className="flex items-center gap-0.5" aria-label="Dashboard navigation">
{tabs.map(item => {
const Icon = item.icon;
const isActive = pathname.startsWith(item.href);
const isActive = pathname == item.href;
return (
<Link