Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions src/app/onboarding/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,8 @@ export default function OnboardingPage() {
<div className="min-h-screen flex items-center justify-center bg-muted/50 p-4">
<Card className="w-full max-w-2xl">
<CardHeader className="text-center">
<CardTitle className="text-2xl font-bold">Welcome! Let&apos;s get you started</CardTitle>
<CardDescription className="text-base mt-2">
<CardTitle className="text-2xl font-bold">Welcome to Githelp! Let&apos;s get you started</CardTitle>
<CardDescription className="text-sm mt-2">
Choose how you&apos;d like to get started with Githelp
</CardDescription>
</CardHeader>
Expand All @@ -217,8 +217,8 @@ export default function OnboardingPage() {
className="w-full h-auto py-6 flex flex-col items-start gap-2 bg-white hover:bg-gray-50 text-left border-2 border-border hover:border-brand-primary"
variant="outline"
>
<div className="flex items-center gap-3">
<Plus className="w-6 h-6 text-brand-primary" />
<div className="flex items-start gap-3">
<Plus className="w-6 h-6 mt-1.5 text-brand-primary" />
<div>
<div className="font-semibold text-lg text-foreground">Create a new project</div>
<div className="text-sm text-muted-foreground mt-1">
Expand All @@ -233,8 +233,8 @@ export default function OnboardingPage() {
className="w-full h-auto py-6 flex flex-col items-start gap-2 bg-white hover:bg-gray-50 text-left border-2 border-border hover:border-brand-primary"
variant="outline"
>
<div className="flex items-center gap-3">
<Users className="w-6 h-6 text-brand-primary" />
<div className="flex items-start gap-3">
<Users className="w-6 h-6 mt-1.5 text-brand-primary" />
<div>
<div className="font-semibold text-lg text-foreground">Join an existing project</div>
<div className="text-sm text-muted-foreground mt-1">
Expand Down