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

View File

@ -25,7 +25,7 @@ export const MENU: TMenu[] = [
group: 'Menu',
items: [
{
title: 'Dashboard',
title: 'Dasbor',
url: '/lg-admin',
icon: ChartBarSquareIcon,
},

View File

@ -8,7 +8,7 @@ export const DashboardPage = () => {
return (
<div className="relative">
<section className="mb-5 flex items-center justify-between">
<h1 className="text-xl font-bold">Dashboard</h1>
<h1 className="text-xl font-bold">Dasbor</h1>
<div className="flex items-center gap-2">
<span>Tanggal:</span>
<input