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
4 changes: 2 additions & 2 deletions src/app/onboarding/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ export default function OnboardingPage() {
<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">
<CardDescription className="text-sm mt-2">
Choose how you&apos;d like to get started with Githelp
</CardDescription>
</CardHeader>
Expand Down Expand Up @@ -405,7 +405,7 @@ export default function OnboardingPage() {
className="w-full flex items-center justify-between p-4 rounded-lg border border-border hover:bg-muted/50 hover:border-brand-primary/50 text-left transition-colors disabled:opacity-50"
>
<div className="flex-1 min-w-0">
<div className="font-medium text-foreground truncate">{repo.full_name}</div>
<div className="font-medium text-foreground truncate text-sm">{repo.full_name}</div>
{repo.description && (
<div className="text-sm text-muted-foreground truncate mt-0.5">
{repo.description}
Expand Down