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',
|
group: 'Menu',
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
title: 'Dashboard',
|
title: 'Dasbor',
|
||||||
url: '/lg-admin',
|
url: '/lg-admin',
|
||||||
icon: ChartBarSquareIcon,
|
icon: ChartBarSquareIcon,
|
||||||
},
|
},
|
||||||
|
|||||||
@ -8,7 +8,7 @@ export const DashboardPage = () => {
|
|||||||
return (
|
return (
|
||||||
<div className="relative">
|
<div className="relative">
|
||||||
<section className="mb-5 flex items-center justify-between">
|
<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">
|
<div className="flex items-center gap-2">
|
||||||
<span>Tanggal:</span>
|
<span>Tanggal:</span>
|
||||||
<input
|
<input
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user