Skip to content
This repository has been archived by the owner on Nov 10, 2023. It is now read-only.

Commit

Permalink
feat: Add Home button to sidebar navigation (#3788)
Browse files Browse the repository at this point in the history
  • Loading branch information
usame-algan authored Apr 12, 2022
1 parent a4dfa0f commit 990caee
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/components/AppLayout/Sidebar/useSidebarItems.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,11 @@ const useSidebarItems = (): ListItemType[] => {
].filter(Boolean)

return [
makeEntryItem({
label: 'Home',
iconType: 'home',
href: currentSafeRoutes.DASHBOARD,
}),
makeEntryItem({
label: 'Assets',
iconType: 'assets',
Expand Down

0 comments on commit 990caee

Please sign in to comment.