Skip to content

Commit

Permalink
remove sessions link
Browse files Browse the repository at this point in the history
  • Loading branch information
franciscao633 committed Jul 25, 2024
1 parent 161da58 commit 2742f17
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/app/(main)/websites/[websiteId]/WebsiteHeader.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,11 +45,11 @@ export function WebsiteHeader({
icon: <Icons.Reports />,
path: '/reports',
},
{
label: formatMessage(labels.sessions),
icon: <Icons.User />,
path: '/sessions',
},
// {
// label: formatMessage(labels.sessions),
// icon: <Icons.User />,
// path: '/sessions',
// },
{
label: formatMessage(labels.events),
icon: <Icons.Nodes />,
Expand Down

0 comments on commit 2742f17

Please sign in to comment.