From f491d9fb9f231960b163b05fe5e7fcb7824c834b Mon Sep 17 00:00:00 2001 From: Mike Christensen Date: Tue, 28 May 2024 13:10:09 +0100 Subject: [PATCH] example: remove links to /reporting and /dashboard --- examples/livesync/app/layout.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/examples/livesync/app/layout.tsx b/examples/livesync/app/layout.tsx index 4215110..9ee3282 100644 --- a/examples/livesync/app/layout.tsx +++ b/examples/livesync/app/layout.tsx @@ -79,14 +79,14 @@ export default async function RootLayout({ children }: { children: React.ReactNo const items = [ { title: 'Reporting', - to: '/reporting', + to: '/', Icon: , value: 'reporting', isComingSoon: true, }, { title: 'Dashboard', - to: '/dashboard', + to: '/', Icon: , value: 'dashboard', isComingSoon: true,