Skip to content

Commit e4d709a

Browse files
authoredMar 24, 2021
Improve bullet figure (#36)
1 parent fba7e78 commit e4d709a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ const fallback = {
7979
circleCross: '(×)',
8080
circlePipe: '(│)',
8181
circleQuestionMark: '(?)',
82-
bullet: '*',
82+
bullet: main.bullet,
8383
dot: '.',
8484
line: '─',
8585
ellipsis: '...',

‎readme.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Symbols to use when running on Windows.
7878
| circleCross || (×) |
7979
| circlePipe || (│) |
8080
| circleQuestionMark | ?⃝ | (?) |
81-
| bullet || * |
81+
| bullet || |
8282
| dot || . |
8383
| line |||
8484
| ellipsis || ... |

0 commit comments

Comments
 (0)
Please sign in to comment.