mirror of
https://github.com/domfelipe/mika-agent-assist.git
synced 2026-08-07 09:16:46 +00:00
Changes
Co-authored-by: domfelipe <53182096+domfelipe@users.noreply.github.com>
This commit is contained in:
parent
2010809e3f
commit
8925f871b0
1 changed files with 9 additions and 0 deletions
|
|
@ -520,6 +520,15 @@ function StepRow({
|
|||
);
|
||||
}
|
||||
|
||||
function ExplainIcon({ emoji, label }: { emoji: string; label: string }) {
|
||||
return (
|
||||
<div className="rounded-lg border border-white/10 bg-white/5 p-3 text-center">
|
||||
<div className="text-2xl">{emoji}</div>
|
||||
<p className="mt-1 text-[11px] leading-tight text-white/70">{label}</p>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
|
||||
// Marker no componente para cumprir contrato de "marcar como visitada"
|
||||
// (também usado pelo redirect do /painel)
|
||||
export function isWelcomeDone(): boolean {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue