From 54a550dd9f015dec0147283f738778e6ada2195c Mon Sep 17 00:00:00 2001 From: jinhojang6 Date: Thu, 4 Jun 2026 18:46:39 +0900 Subject: [PATCH] style(web): simplify section component class names by removing redundant padding --- .../web/components/sections/builders-hub/_sections/atoms.tsx | 5 +---- .../sections/builders-hub/_sections/documentation.tsx | 2 +- apps/web/components/sections/builders-hub/_sections/hero.tsx | 2 +- .../components/sections/builders-hub/_sections/journey.tsx | 2 +- .../sections/builders-hub/builders-hub-app-install.tsx | 2 +- .../components/sections/shared/basecamp-install-section.tsx | 5 +---- .../sections/shared/developer-programs-section.tsx | 5 +---- 7 files changed, 7 insertions(+), 16 deletions(-) diff --git a/apps/web/components/sections/builders-hub/_sections/atoms.tsx b/apps/web/components/sections/builders-hub/_sections/atoms.tsx index b902bc4574..abd7109e43 100644 --- a/apps/web/components/sections/builders-hub/_sections/atoms.tsx +++ b/apps/web/components/sections/builders-hub/_sections/atoms.tsx @@ -17,10 +17,7 @@ export function SectionFrame({ children: ReactNode }) { return ( -
+

{index} diff --git a/apps/web/components/sections/builders-hub/_sections/documentation.tsx b/apps/web/components/sections/builders-hub/_sections/documentation.tsx index a4588247d8..b01acddfb9 100644 --- a/apps/web/components/sections/builders-hub/_sections/documentation.tsx +++ b/apps/web/components/sections/builders-hub/_sections/documentation.tsx @@ -13,7 +13,7 @@ export function DocumentationSection({ return (
diff --git a/apps/web/components/sections/builders-hub/_sections/hero.tsx b/apps/web/components/sections/builders-hub/_sections/hero.tsx index 16b86f3f18..82094fdac5 100644 --- a/apps/web/components/sections/builders-hub/_sections/hero.tsx +++ b/apps/web/components/sections/builders-hub/_sections/hero.tsx @@ -13,7 +13,7 @@ export function BuildersHubHero({ hero }: { hero: BuilderHubSettings['hero'] }) ) return ( -
+
}) { return ( -
+

{data.title} diff --git a/apps/web/components/sections/builders-hub/builders-hub-app-install.tsx b/apps/web/components/sections/builders-hub/builders-hub-app-install.tsx index 5a0154664f..7a0d434fd6 100644 --- a/apps/web/components/sections/builders-hub/builders-hub-app-install.tsx +++ b/apps/web/components/sections/builders-hub/builders-hub-app-install.tsx @@ -37,7 +37,7 @@ function TagIcon({ icon }: { icon?: BuilderHubTagIcon }) { export function BuildersHubAppInstall({ data }: Props) { return (
- + +

{index} diff --git a/apps/web/components/sections/shared/developer-programs-section.tsx b/apps/web/components/sections/shared/developer-programs-section.tsx index 06e6762d92..b6f361f660 100644 --- a/apps/web/components/sections/shared/developer-programs-section.tsx +++ b/apps/web/components/sections/shared/developer-programs-section.tsx @@ -24,10 +24,7 @@ export function DeveloperProgramsSection({ const previewRfps = rfps.filter((rfp) => !rfp.featured).slice(0, 4) return ( -
+

{index}