Skip to content

Commit

Permalink
modify explore menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sin-bufan committed Mar 18, 2024
1 parent 4b8e017 commit d103c26
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions apps/u3/src/container/explore/ExploreMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -36,14 +36,14 @@ export default function ExploreMenu({
<NavLinkItem href="/" active={isHomePath}>
Home
</NavLinkItem>
<NavLinkItem href="/poster-gallery" active={isPosterGalleryPath}>
Poster Gallery
<NavLinkItem href="/social" active={isPostsPath}>
Feed
</NavLinkItem>
<NavLinkItem href="/communities" active={isCommunitiesPath}>
Communities
</NavLinkItem>
<NavLinkItem href="/social" active={isPostsPath}>
Posts
<NavLinkItem href="/poster-gallery" active={isPosterGalleryPath}>
Poster Gallery
</NavLinkItem>
</div>
{isPostsPath && <AddPost />}
Expand Down

0 comments on commit d103c26

Please sign in to comment.