mirror of
https://github.com/nextui-org/nextui.git
synced 2025-12-08 19:26:11 +00:00
chore(docs): update component link (#3737)
This commit is contained in:
parent
bc0f72fc27
commit
3ed05abe10
@ -209,8 +209,8 @@ export const Navbar: FC<NavbarProps> = ({children, routes, mobileRoutes = [], sl
|
|||||||
className={navLinkClasses}
|
className={navLinkClasses}
|
||||||
color="foreground"
|
color="foreground"
|
||||||
data-active={includes(pathname, "components")}
|
data-active={includes(pathname, "components")}
|
||||||
href="/docs/components/avatar"
|
href="/docs/components/accordion"
|
||||||
onClick={() => handlePressNavbarItem("Components", "/docs/components/avatar")}
|
onClick={() => handlePressNavbarItem("Components", "/docs/components/accordion")}
|
||||||
>
|
>
|
||||||
Components
|
Components
|
||||||
</NextLink>
|
</NextLink>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user