chore(icons): Better icons for warning and info
This commit is contained in:
@@ -9,13 +9,13 @@ type Icon string
|
|||||||
const (
|
const (
|
||||||
IconSuccess Icon = "✅"
|
IconSuccess Icon = "✅"
|
||||||
IconFailure Icon = "❌"
|
IconFailure Icon = "❌"
|
||||||
IconWarning Icon = "⚠️'"
|
IconWarning Icon = "❕"
|
||||||
IconNote Icon = "📝"
|
IconNote Icon = "📝"
|
||||||
IconWorld Icon = "🌐"
|
IconWorld Icon = "🌐"
|
||||||
IconPlug Icon = "🔌"
|
IconPlug Icon = "🔌"
|
||||||
IconPackage Icon = "📦"
|
IconPackage Icon = "📦"
|
||||||
IconCabinet Icon = "🗄️"
|
IconCabinet Icon = "🗄️"
|
||||||
IconInfo Icon = "❕"
|
IconInfo Icon = "🔵"
|
||||||
IconSecret Icon = "🔒"
|
IconSecret Icon = "🔒"
|
||||||
IconConfig Icon = "🔧"
|
IconConfig Icon = "🔧"
|
||||||
IconDependency Icon = "🔗"
|
IconDependency Icon = "🔗"
|
||||||
|
Reference in New Issue
Block a user