⚙ fixed utils tab

This commit is contained in:
Chirag Bhalotia 2023-06-24 12:01:32 +05:30
parent 7a69008bbe
commit 880e816d83
No known key found for this signature in database
GPG Key ID: F7F1F1FBFFD40427
1 changed files with 3 additions and 3 deletions

View File

@ -32,12 +32,12 @@ export const sidebarGroups: SidebarGroup[] = [
href: '/dashboard/utilities/instance-info',
},
{
name: 'Uploads',
name: 'Settings',
href: '/dashboard/utilities/settings',
},
{
name: 'Notes',
href: '/dashboard/utilites/download-config',
name: 'Download Config',
href: '/dashboard/utilities/download-config',
},
],
},