From 6dc92df4b50832672a93fc6993a63497ce56738d Mon Sep 17 00:00:00 2001 From: Patrice Ferlet Date: Tue, 3 Dec 2024 13:51:39 +0100 Subject: [PATCH] chore(icons): Better icons for warning and info --- utils/icons.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/utils/icons.go b/utils/icons.go index 999e082..5028c24 100644 --- a/utils/icons.go +++ b/utils/icons.go @@ -9,13 +9,13 @@ type Icon string const ( IconSuccess Icon = "✅" IconFailure Icon = "❌" - IconWarning Icon = "⚠️'" + IconWarning Icon = "❕" IconNote Icon = "📝" IconWorld Icon = "🌐" IconPlug Icon = "🔌" IconPackage Icon = "📦" IconCabinet Icon = "🗄️" - IconInfo Icon = "❕" + IconInfo Icon = "🔵" IconSecret Icon = "🔒" IconConfig Icon = "🔧" IconDependency Icon = "🔗"