Skip to content

Commit

Permalink
Improve pointerSmall figure (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored Mar 24, 2021
1 parent 12f6336 commit 3bf5f0d
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 @@ -84,7 +84,7 @@ const fallback = {
line: main.line,
ellipsis: '...',
pointer: '>',
pointerSmall: '»',
pointerSmall: main.pointerSmall,
info: 'i',
warning: '‼',
hamburger: '≡',
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ Symbols to use when running on Windows.
| line |||
| ellipsis || ... |
| pointer || > |
| pointerSmall || » |
| pointerSmall || |
| info || i |
| warning |||
| hamburger |||
Expand Down

0 comments on commit 3bf5f0d

Please sign in to comment.