fix: correct spelling of 'Dashboard' to 'Dasbor' in admin menu and dashboard page

This commit is contained in:
Ardeman
2025-03-25 01:03:52 +08:00
parent 39b7720186
commit 1f2f15d204
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@ export const MENU: TMenu[] = [
group: 'Menu',
items: [
{
title: 'Dashboard',
title: 'Dasbor',
url: '/lg-admin',
icon: ChartBarSquareIcon,
},