Skip to content

Commit

Permalink
Update cross character
Browse files Browse the repository at this point in the history
  • Loading branch information
gibson042 committed Aug 6, 2022
1 parent 62b5c69 commit 4790f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ export const mainSymbols = {
tick: '✔',
info: 'ℹ',
warning: '⚠',
cross: '',
cross: '',
squareSmall: '◻',
squareSmallFilled: '◼',
circle: '◯',
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ String where the Unicode symbols will be replaced with fallback symbols dependin
| tick | `` | `` |
| info | `` | `i` |
| warning | `` | `` |
| cross | `` | `×` |
| cross | `` | `×` |
| square | `` | |
| squareSmall | `` | `` |
| squareSmallFilled | `` | `` |
Expand Down

0 comments on commit 4790f06

Please sign in to comment.