From 2f74ce8a3c7439e666301c25607a29cbab1bbfe1 Mon Sep 17 00:00:00 2001 From: nin0dev Date: Sat, 12 Oct 2024 13:23:10 -0400 Subject: [PATCH] chore: bold flags --- index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}