Files
gridpilot.gg/apps/website/components/onboarding/OnboardingHelpText.tsx
2026-01-14 23:46:04 +01:00

7 lines
205 B
TypeScript

export function OnboardingHelpText() {
return (
<p className="text-center text-xs text-gray-500 mt-6">
Your avatar will be AI-generated based on your photo and chosen suit color
</p>
);
}