chore: fix missing classname
This commit is contained in:
parent
e7a1a06395
commit
d0f62fa634
@ -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">
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user