Skip to content

Commit

Permalink
change button
Browse files Browse the repository at this point in the history
  • Loading branch information
lily-de committed Jan 26, 2025
1 parent 174dece commit 403b373
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ui/desktop/src/components/welcome_screen/ProviderGrid.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ export function ProviderGrid({ onSubmit }: ProviderGridProps) {
'bg-black dark:bg-white dark:hover:bg-gray-200 text-white dark:!text-black border-borderStandard hover:bg-slate text-sm whitespace-nowrap shrink-0 bg-bgSubtle text-textStandard rounded-full shadow-none border px-4 py-2'
}
>
Select {providers.find((p) => p.id === selectedId)?.name}
Let's takeoff
</Button>
</div>
)}
Expand Down
2 changes: 1 addition & 1 deletion ui/desktop/src/components/welcome_screen/WelcomeScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function WelcomeScreen({ onSubmit }: WelcomeScreenProps) {
{/* ProviderGrid */}
<div className="w-full">
<h2 className="text-3xl font-bold text-textStandard tracking-tight mb-2">
Let's fly
Choose a Provider
</h2>
<p className="text-xl text-textStandard mb-4">
Select an AI model provider to get started with goose.
Expand Down

0 comments on commit 403b373

Please sign in to comment.