From d2c18f406e5d145fb638dd7ed7d5324fceb7ef0a Mon Sep 17 00:00:00 2001 From: Pallab Pain Date: Tue, 25 Jul 2023 08:01:03 +0530 Subject: [PATCH] refactor(constants): updates the symbols to emojis --- riocli/constants/symbols.py | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/riocli/constants/symbols.py b/riocli/constants/symbols.py index ad21d817..3bc16ed5 100644 --- a/riocli/constants/symbols.py +++ b/riocli/constants/symbols.py @@ -13,8 +13,8 @@ # limitations under the License. class Symbols: - INFO = '🛈' - ERROR = '✘' - SUCCESS = '✔' - WARNING = '⚠' - WAITING = '⧖' + INFO = 'ℹī¸' + ERROR = '❌' + SUCCESS = '✅' + WARNING = '⚠ī¸' + WAITING = 'âŗ'