Skip to content

Commit b7f79d2

Browse files
authored
Merge pull request #19 from HORNET-Storage/my-tinker-branch
My tinker branch
2 parents 199933c + 48ef502 commit b7f79d2

68 files changed

Lines changed: 580 additions & 1364 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/components/layouts/main/sider/sidebarNavigation.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ export const useSidebarNavigation = (): SidebarNavigationItem[] => {
2020
return useMemo(() => {
2121
const items: SidebarNavigationItem[] = [
2222
{
23-
title: 'common.nft-dashboard',
24-
key: 'nft-dashboard',
23+
title: 'common.relay-dashboard',
24+
key: 'relay-dashboard',
2525
url: '/',
2626
icon: <NestIcon />,
2727
},

0 commit comments

Comments
 (0)