update info icon
This commit is contained in:
parent
c91e21e2f5
commit
b6c834f062
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ const flagRegistry: Record<FlagType, FlagRegistryEntry> = {
|
||||||
[FlagType.INFO]: {
|
[FlagType.INFO]: {
|
||||||
label: "Info",
|
label: "Info",
|
||||||
color: "#62a8ff",
|
color: "#62a8ff",
|
||||||
emoji: "🔵"
|
emoji: "ℹ️"
|
||||||
},
|
},
|
||||||
[FlagType.POSITIVE]: {
|
[FlagType.POSITIVE]: {
|
||||||
label: "Positive",
|
label: "Positive",
|
||||||
|
|
Loading…
Reference in a new issue