Skip to content

Commit

Permalink
chore(docs): update component link (#3737)
Browse files Browse the repository at this point in the history
  • Loading branch information
wingkwong authored Sep 10, 2024
1 parent bc0f72f commit 3ed05ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/components/navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 3ed05ab

Please sign in to comment.