mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 22:03:49 -07:00
Remove unused navigation items from the sidebar in app-sidebar.tsx to streamline the UI.
This commit is contained in:
parent
80d6f2e921
commit
aad3981baa
1 changed files with 0 additions and 10 deletions
|
@ -16,16 +16,6 @@ const mainNavItems: NavItem[] = [
|
||||||
];
|
];
|
||||||
|
|
||||||
const footerNavItems: 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',
|
title: 'Control Panel',
|
||||||
href: '/admin',
|
href: '/admin',
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue