diff --git a/index.tsx b/index.tsx index a1f9b2b..b3f081a 100644 --- a/index.tsx +++ b/index.tsx @@ -22,7 +22,7 @@ function Flag({ id }: { id: string; }) { return (
{flags.get(id)?.type === "danger" ? "🛑" : flags.get(id)?.type === "warning" ? "⚠️" : flags.get(id)?.type === "info" ? "🔵" : "✅"} {flags.get(id)?.text}