From 0ccc689ed8e0fe57986f6fa0b173b757eca22b60 Mon Sep 17 00:00:00 2001 From: afsuyadi Date: Fri, 26 Jun 2026 11:20:43 +0700 Subject: [PATCH 1/2] fix(project-settings): add spacing between project name input and Update button to prevent tightly-coupled --- .../tabs/general-tab/sections/ProjectInformation.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/web/components/pages/project-settings/tabs/general-tab/sections/ProjectInformation.tsx b/frontend/web/components/pages/project-settings/tabs/general-tab/sections/ProjectInformation.tsx index cfa7b18d780b..d140b2074427 100644 --- a/frontend/web/components/pages/project-settings/tabs/general-tab/sections/ProjectInformation.tsx +++ b/frontend/web/components/pages/project-settings/tabs/general-tab/sections/ProjectInformation.tsx @@ -113,7 +113,7 @@ export const ProjectInformation = ({ project }: ProjectInformationProps) => { )} -
+
)} -
+