Update ui/src/components/OnboardingWizard.tsx

Co-authored-by: greptile-apps[bot] <165735046+greptile-apps[bot]@users.noreply.github.com>
This commit is contained in:
Dotta
2026-03-12 09:15:40 -05:00
committed by GitHub
parent 06b50ba161
commit 88916fd11b

View File

@@ -722,9 +722,11 @@ export function OnboardingWizard() {
} }
}} }}
> >
<span className="absolute -top-1.5 right-1.5 bg-green-500 text-white text-[9px] font-semibold px-1.5 py-0.5 rounded-full leading-none"> {opt.recommended && (
Recommended <span className="absolute -top-1.5 right-1.5 bg-green-500 text-white text-[9px] font-semibold px-1.5 py-0.5 rounded-full leading-none">
</span> Recommended
</span>
)}
<opt.icon className="h-4 w-4" /> <opt.icon className="h-4 w-4" />
<span className="font-medium">{opt.label}</span> <span className="font-medium">{opt.label}</span>
<span className="text-muted-foreground text-[10px]"> <span className="text-muted-foreground text-[10px]">