Skip to content

Commit a519ab9

Browse files
authored
Merge branch 'main' into feature/add-min-similarity-filter
2 parents a8feb5c + c8806b4 commit a519ab9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ui/src/components/onboarding/OnboardingWizard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,7 @@ export function OnboardingWizard({ onOnboardingComplete, onSkip }: OnboardingWiz
198198
<div className="flex items-center justify-center min-h-screen bg-background p-4">
199199
<Card className="w-full max-w-2xl relative">
200200
{renderCurrentStep()}
201-
<div className="absolute bottom-4 right-4">
201+
<div className="flex justify-between items-center px-6 pb-4 pt-2 w-full">
202202
<button
203203
onClick={onSkip}
204204
className="text-sm text-muted-foreground hover:text-primary underline cursor-pointer"

0 commit comments

Comments
 (0)