Skip to content

Commit

Permalink
refactor(constants): updates the symbols to emojis
Browse files Browse the repository at this point in the history
  • Loading branch information
pallabpain committed Jul 25, 2023
1 parent 15b878d commit 8d097fa
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions riocli/constants/symbols.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
# limitations under the License.

class Symbols:
INFO = '🛈'
ERROR = ''
SUCCESS = ''
WARNING = '⚠'
WAITING = ''
INFO = 'ℹ️'
ERROR = ''
SUCCESS = ''
WARNING = '⚠'
WAITING = ''

0 comments on commit 8d097fa

Please sign in to comment.