diff --git a/src/app/onboarding/page.tsx b/src/app/onboarding/page.tsx index bdebbe8..4794b7d 100644 --- a/src/app/onboarding/page.tsx +++ b/src/app/onboarding/page.tsx @@ -207,7 +207,7 @@ export default function OnboardingPage() { Welcome! Let's get you started - + Choose how you'd like to get started with Githelp @@ -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" >
-
{repo.full_name}
+
{repo.full_name}
{repo.description && (
{repo.description}