diff --git a/constant.py b/constant.py index 9ca6286..a2b5c0c 100644 --- a/constant.py +++ b/constant.py @@ -1,6 +1,6 @@ -ICON = { - "failure": "🔴", - "cancelled": "⚪", - "success": "🟢", -} - +ICON = { + "failure": "❌", + "cancelled": "⚪", + "success": "✅", +} +