Skip to content

Commit

Permalink
example: remove links to /reporting and /dashboard
Browse files Browse the repository at this point in the history
  • Loading branch information
mschristensen committed May 28, 2024
1 parent c6b157f commit f491d9f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/livesync/app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,14 @@ export default async function RootLayout({ children }: { children: React.ReactNo
const items = [
{
title: 'Reporting',
to: '/reporting',
to: '/',
Icon: <ReportingIcon />,
value: 'reporting',
isComingSoon: true,
},
{
title: 'Dashboard',
to: '/dashboard',
to: '/',
Icon: <DashboardIcon />,
value: 'dashboard',
isComingSoon: true,
Expand Down

0 comments on commit f491d9f

Please sign in to comment.