diff --git a/ui/desktop/src/components/ProviderGuard.tsx b/ui/desktop/src/components/ProviderGuard.tsx index 8a4b1b703042..761c000904be 100644 --- a/ui/desktop/src/components/ProviderGuard.tsx +++ b/ui/desktop/src/components/ProviderGuard.tsx @@ -200,25 +200,27 @@ export default function ProviderGuard({ children }: ProviderGuardProps) { if (showFirstTimeSetup) { return ( -
-
- {/* Header section - same width as buttons, left aligned */} -
-
-
- +
+
+
+
+ {/* Header section - same width as buttons, left aligned */} +
+
+
+ +
+

+ Welcome to Goose +

+
+

+ Since it's your first time here, let's get your set you with a provider so we can make incredible work together. +

-

- Welcome to Goose -

-
-

- Since it's your first time here, let's get your set you with a provider so we can make incredible work together. -

-
- {/* Setup options - same width container */} -
+ {/* Setup options - same width container */} +
{/* Primary OpenRouter Card with subtle shimmer - wrapped for badge positioning */}
{/* Recommended badge - positioned relative to wrapper */} @@ -313,6 +315,8 @@ export default function ProviderGuard({ children }: ProviderGuardProps) {

+
+