Skip to content

Commit

Permalink
refactor: updated menu, keywords
Browse files Browse the repository at this point in the history
  • Loading branch information
xgovernor committed Jan 30, 2024
1 parent e073976 commit 689fc0e
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 15 deletions.
File renamed without changes.
File renamed without changes.
30 changes: 15 additions & 15 deletions src/components/ui/dashboard/DashboardMenuBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,19 +21,14 @@ interface IMenuBarProps {
}

const profileMenu: IMenuItem[] = [
{
title: "Dashboard",
url: "/dashboard",
icon: <People24Regular />,
},
{
title: "Profile",
url: "/profile",
icon: <People24Regular />,
},
{
title: "Members",
url: "/members",
title: "Analytics",
url: "/analytics",
icon: <People24Regular />,
},
{
Expand All @@ -42,21 +37,21 @@ const profileMenu: IMenuItem[] = [
icon: <People24Regular />,
},
{
title: "Clubs",
url: "/clubs",
icon: <HomeMore24Filled />,
title: "Teams",
url: "/teams",
icon: <PeopleTeam24Regular />,
},
{
title: "Members",
url: "/members",
icon: <People24Regular />,
},
// Now `Team` is accessible through `Teams` directory.
// {
// title: "Team",
// url: "/team",
// icon: <PeopleTeam24Regular />,
// },
{
title: "Teams",
url: "/teams",
icon: <PeopleTeam24Regular />,
},
{
title: "Funds",
url: "/funds",
Expand All @@ -67,6 +62,11 @@ const profileMenu: IMenuItem[] = [
url: "/contacts",
icon: <BookContacts24Regular />,
},
{
title: "Clubs",
url: "/clubs",
icon: <HomeMore24Filled />,
},
{
title: "Centers",
url: "/collection-centers",
Expand Down

1 comment on commit 689fc0e

@vercel
Copy link

@vercel vercel bot commented on 689fc0e Jan 30, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.