From ecee4eff8820ca61a50fe9f15118d4eafd61d68f Mon Sep 17 00:00:00 2001 From: Senff Date: Fri, 8 May 2026 11:04:25 -0400 Subject: [PATCH] Update index.tsx --- apps/studio/src/modules/add-site/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/studio/src/modules/add-site/index.tsx b/apps/studio/src/modules/add-site/index.tsx index 341e9371a6..44f39b263b 100644 --- a/apps/studio/src/modules/add-site/index.tsx +++ b/apps/studio/src/modules/add-site/index.tsx @@ -50,7 +50,7 @@ type BlueprintsData = ReturnType< typeof useGetBlueprints >[ 'data' ]; // - Content centers with small breathing padding. When content is taller than // the viewport it scrolls under the frosted overlays. function ScreenContent( { children }: { children: React.ReactNode } ) { - return
{ children }
; + return
{ children }
; } interface NavigationContentProps {