We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6eac72f commit f4bc29dCopy full SHA for f4bc29d
src/components/organisms/projectConfigView/projectConfigView.tsx
@@ -20,8 +20,9 @@ export const ProjectConfigView = ({ hasActiveDeployment }: ProjectConfigViewProp
20
return (
21
<>
22
<div className="mx-auto flex size-full flex-col gap-2 overflow-y-auto p-6">
23
+ <h2 className="text-2xl font-semibold text-white">Configuration</h2>
24
{hasActiveDeployment ? (
- <div className="mb-6">
25
+ <div className="mb-3 mt-6">
26
<ActiveIndicator indicatorText={t("activeDeployment")} />
27
</div>
28
) : null}
0 commit comments