chore: translate Dashboard page title to Dasbor

This commit is contained in:
Yoga Pangestu 2026-04-23 10:52:33 +07:00
parent 803eebd026
commit 80b7705b3f

View File

@ -66,7 +66,7 @@ export default function Dashboard() {
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`}>
{/* Welcome Section */}
<WelcomeCard user={auth.user} time={time} theme={theme} />