chore: translate Dashboard page title to Dasbor
This commit is contained in:
parent
803eebd026
commit
80b7705b3f
@ -66,7 +66,7 @@ export default function Dashboard() {
|
|||||||
|
|
||||||
return (
|
return (
|
||||||
<>
|
<>
|
||||||
<Head title="Dashboard" />
|
<Head title="Dasbor" />
|
||||||
<div className={`flex h-full min-h-screen flex-1 flex-col gap-4 overflow-x-auto rounded-xl p-4 transition-colors duration-1000 @container/main`}>
|
<div className={`flex h-full min-h-screen flex-1 flex-col gap-4 overflow-x-auto rounded-xl p-4 transition-colors duration-1000 @container/main`}>
|
||||||
{/* Welcome Section */}
|
{/* Welcome Section */}
|
||||||
<WelcomeCard user={auth.user} time={time} theme={theme} />
|
<WelcomeCard user={auth.user} time={time} theme={theme} />
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user