Skip to content

Commit a06d5b7

Browse files
authoredMar 24, 2021
Improve square and squareFilled figures (#42)
1 parent 745987c commit a06d5b7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎index.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,8 @@ const fallback = {
7070
cross: '×',
7171
star: '✶',
7272
square: '█',
73-
squareSmall: '[ ]',
74-
squareSmallFilled: '[█]',
73+
squareSmall: '',
74+
squareSmallFilled: '',
7575
play: '►',
7676
circle: '( )',
7777
circleFilled: '(*)',

‎readme.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,8 @@ Symbols to use when running on Windows.
6767
| cross || × |
6868
| star |||
6969
| square |||
70-
| squareSmall || [ ] |
71-
| squareSmallFilled || [] |
70+
| squareSmall || |
71+
| squareSmallFilled || |
7272
| play |||
7373
| circle || ( ) |
7474
| circleFilled || (*) |

0 commit comments

Comments
 (0)
Please sign in to comment.