fix: correct spelling of 'Dashboard' to 'Dasbor' in admin menu and dashboard page
This commit is contained in:
parent
39b7720186
commit
1f2f15d204
@ -25,7 +25,7 @@ export const MENU: TMenu[] = [
|
||||
group: 'Menu',
|
||||
items: [
|
||||
{
|
||||
title: 'Dashboard',
|
||||
title: 'Dasbor',
|
||||
url: '/lg-admin',
|
||||
icon: ChartBarSquareIcon,
|
||||
},
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user