Skip to content

Commit 45a8114

Browse files
committed
Add ❇️ fallback
1 parent aa6d6d7 commit 45a8114

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

contentctl/input/director.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,7 @@ class Colors:
131131
DOCS = "📚" if sys.platform != "win32" else "?"
132132
BULB = "💡" if sys.platform != "win32" else "i"
133133
SEARCH = "🔍" if sys.platform != "win32" else "@"
134+
SPARKLE = "✨" if sys.platform != "win32" else "*"
134135
ZAP = "⚡" if sys.platform != "win32" else "!"
135136

136137

0 commit comments

Comments
 (0)