7 lines
205 B
TypeScript
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>
|
|
);
|
|
} |