Remove unused navigation items from the sidebar in app-sidebar.tsx to streamline the UI.

This commit is contained in:
Yury Pikhtarev 2025-07-16 22:11:31 +04:00
commit aad3981baa
No known key found for this signature in database

View file

@ -16,16 +16,6 @@ const mainNavItems: NavItem[] = [
];
const footerNavItems: NavItem[] = [
{
title: 'Repository',
href: 'https://github.com/laravel/react-starter-kit',
icon: Folder,
},
{
title: 'Documentation',
href: 'https://laravel.com/docs/starter-kits#react',
icon: BookOpen,
},
{
title: 'Control Panel',
href: '/admin',