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,