From b6c834f062076acbb2df47ee000b4a05af134f81 Mon Sep 17 00:00:00 2001 From: Sqaaakoi Date: Thu, 17 Oct 2024 17:58:11 +1300 Subject: [PATCH] update info icon --- index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.tsx b/index.tsx index 4b2ecbd..f34694f 100644 --- a/index.tsx +++ b/index.tsx @@ -40,7 +40,7 @@ const flagRegistry: Record = { [FlagType.INFO]: { label: "Info", color: "#62a8ff", - emoji: "🔵" + emoji: "ℹ️" }, [FlagType.POSITIVE]: { label: "Positive",