chore: fix missing classname
This commit is contained in:
parent
e7a1a06395
commit
d0f62fa634
@ -18,7 +18,7 @@ function SetupScreen() {
|
|||||||
localStorage.getItem(localStorageKey.setupCompleted) === 'true'
|
localStorage.getItem(localStorageKey.setupCompleted) === 'true'
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex h-full flex-col flex-justify-center">
|
<div className="flex h-full flex-col justify-center">
|
||||||
<HeaderPage></HeaderPage>
|
<HeaderPage></HeaderPage>
|
||||||
<div className="h-full px-8 overflow-y-auto flex flex-col gap-2 justify-center ">
|
<div className="h-full px-8 overflow-y-auto flex flex-col gap-2 justify-center ">
|
||||||
<div className="w-4/6 mx-auto">
|
<div className="w-4/6 mx-auto">
|
||||||
|
|||||||
@ -60,7 +60,7 @@ function AssistantContent() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex h-full flex-col flex-justify-center">
|
<div className="flex h-full flex-col justify-center">
|
||||||
<HeaderPage>
|
<HeaderPage>
|
||||||
<div className="flex items-center justify-between w-full mr-2">
|
<div className="flex items-center justify-between w-full mr-2">
|
||||||
<span>{t('assistants:title')}</span>
|
<span>{t('assistants:title')}</span>
|
||||||
|
|||||||
@ -52,7 +52,7 @@ function Index() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex h-full flex-col flex-justify-center">
|
<div className="flex h-full flex-col justify-center">
|
||||||
<HeaderPage>
|
<HeaderPage>
|
||||||
{PlatformFeatures[PlatformFeature.ASSISTANTS] && <DropdownAssistant />}
|
{PlatformFeatures[PlatformFeature.ASSISTANTS] && <DropdownAssistant />}
|
||||||
</HeaderPage>
|
</HeaderPage>
|
||||||
|
|||||||
@ -91,7 +91,7 @@ function ProjectContent() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
return (
|
return (
|
||||||
<div className="flex h-full flex-col flex-justify-center">
|
<div className="flex h-full flex-col justify-center">
|
||||||
<HeaderPage>
|
<HeaderPage>
|
||||||
<div className="flex items-center justify-between w-full mr-2">
|
<div className="flex items-center justify-between w-full mr-2">
|
||||||
<span>{t('projects.title')}</span>
|
<span>{t('projects.title')}</span>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user