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 = "🔗"