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 Aug 3, 2023
1 parent d74f539 commit d2c18f4
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 d2c18f4

Please sign in to comment.