chore: fix missing classname

This commit is contained in:
Faisal Amir 2025-09-25 10:18:21 +07:00
parent e7a1a06395
commit d0f62fa634
4 changed files with 4 additions and 4 deletions

View File

@ -18,7 +18,7 @@ function SetupScreen() {
localStorage.getItem(localStorageKey.setupCompleted) === 'true'
return (
<div className="flex h-full flex-col flex-justify-center">
<div className="flex h-full flex-col justify-center">
<HeaderPage></HeaderPage>
<div className="h-full px-8 overflow-y-auto flex flex-col gap-2 justify-center ">
<div className="w-4/6 mx-auto">

View File

@ -60,7 +60,7 @@ function AssistantContent() {
}
return (
<div className="flex h-full flex-col flex-justify-center">
<div className="flex h-full flex-col justify-center">
<HeaderPage>
<div className="flex items-center justify-between w-full mr-2">
<span>{t('assistants:title')}</span>

View File

@ -52,7 +52,7 @@ function Index() {
}
return (
<div className="flex h-full flex-col flex-justify-center">
<div className="flex h-full flex-col justify-center">
<HeaderPage>
{PlatformFeatures[PlatformFeature.ASSISTANTS] && <DropdownAssistant />}
</HeaderPage>

View File

@ -91,7 +91,7 @@ function ProjectContent() {
}
return (
<div className="flex h-full flex-col flex-justify-center">
<div className="flex h-full flex-col justify-center">
<HeaderPage>
<div className="flex items-center justify-between w-full mr-2">
<span>{t('projects.title')}</span>