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 ( +
{label}
+