fix: apply seo agent improvements to src/app/admin/page.tsx
This commit is contained in:
parent
feb469997a
commit
bb1996c27e
|
|
@ -5,7 +5,7 @@ import DashboardHome from '@/components/admin/DashboardHome'
|
|||
export default function AdminPage() {
|
||||
return (
|
||||
<AdminWrapper>
|
||||
<main id="main-content" aria-label="Dashboard">
|
||||
<main id="main-content" aria-label="Dashboard home">
|
||||
<DashboardHome />
|
||||
</main>
|
||||
</AdminWrapper>
|
||||
|
|
|
|||
Loading…
Reference in New Issue