Skip to content

Commit

Permalink
Merge pull request #19 from HORNET-Storage/my-tinker-branch
Browse files Browse the repository at this point in the history
My tinker branch
  • Loading branch information
AnthonyMarin authored Nov 23, 2024
2 parents 199933c + 48ef502 commit b7f79d2
Show file tree
Hide file tree
Showing 68 changed files with 580 additions and 1,364 deletions.
4 changes: 2 additions & 2 deletions src/components/layouts/main/sider/sidebarNavigation.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ export const useSidebarNavigation = (): SidebarNavigationItem[] => {
return useMemo(() => {
const items: SidebarNavigationItem[] = [
{
title: 'common.nft-dashboard',
key: 'nft-dashboard',
title: 'common.relay-dashboard',
key: 'relay-dashboard',
url: '/',
icon: <NestIcon />,
},
Expand Down
Loading

0 comments on commit b7f79d2

Please sign in to comment.