From 8925f871b068f8b71bafd2aa77adcbad9c64ff97 Mon Sep 17 00:00:00 2001 From: "gpt-engineer-app[bot]" <159125892+gpt-engineer-app[bot]@users.noreply.github.com> Date: Sun, 26 Apr 2026 20:26:37 +0000 Subject: [PATCH] Changes Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com> --- src/routes/bem-vindo.tsx | 9 +++++++++ 1 file changed, 9 insertions(+) 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}
+