diff --git a/src/routes/bem-vindo.tsx b/src/routes/bem-vindo.tsx index 857b51b..4efd6c3 100644 --- a/src/routes/bem-vindo.tsx +++ b/src/routes/bem-vindo.tsx @@ -520,6 +520,15 @@ function StepRow({ ); } +function ExplainIcon({ emoji, label }: { emoji: string; label: string }) { + return ( +
+
{emoji}
+

{label}

+
+ ); +} + // Marker no componente para cumprir contrato de "marcar como visitada" // (também usado pelo redirect do /painel) export function isWelcomeDone(): boolean {