Skip to content

Commit f4bc29d

Browse files
committed
feat: project config view
1 parent 6eac72f commit f4bc29d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/organisms/projectConfigView/projectConfigView.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,9 @@ export const ProjectConfigView = ({ hasActiveDeployment }: ProjectConfigViewProp
2020
return (
2121
<>
2222
<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>
2324
{hasActiveDeployment ? (
24-
<div className="mb-6">
25+
<div className="mb-3 mt-6">
2526
<ActiveIndicator indicatorText={t("activeDeployment")} />
2627
</div>
2728
) : null}

0 commit comments

Comments
 (0)