chore(docs): update component link (#3737)

This commit is contained in:
աӄա 2024-09-10 21:37:29 +08:00 committed by GitHub
parent bc0f72fc27
commit 3ed05abe10
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -209,8 +209,8 @@ export const Navbar: FC<NavbarProps> = ({children, routes, mobileRoutes = [], sl
className={navLinkClasses}
color="foreground"
data-active={includes(pathname, "components")}
href="/docs/components/avatar"
onClick={() => handlePressNavbarItem("Components", "/docs/components/avatar")}
href="/docs/components/accordion"
onClick={() => handlePressNavbarItem("Components", "/docs/components/accordion")}
>
Components
</NextLink>