Skip to content

Commit

Permalink
fix icon name
Browse files Browse the repository at this point in the history
  • Loading branch information
nl0 committed Jun 10, 2024
1 parent 1c1409d commit 373c58a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion catalog/app/containers/NavBar/NavMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -270,7 +270,7 @@ function useGetAuthItems() {
<ItemContents
icon={
<M.Badge invisible={!bookmarks?.hasUpdates} color="secondary" variant="dot">
<M.Icon>bookmarks_outlined</M.Icon>
<M.Icon>bookmarks_outline</M.Icon>
</M.Badge>
}
primary="Bookmarks"
Expand Down

0 comments on commit 373c58a

Please sign in to comment.