Skip to content

Commit

Permalink
Use main.line instead of repeating character (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky authored Mar 24, 2021
1 parent e4d709a commit 12f6336
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const fallback = {
circleQuestionMark: '(?)',
bullet: main.bullet,
dot: '.',
line: '─',
line: main.line,
ellipsis: '...',
pointer: '>',
pointerSmall: '»',
Expand Down

0 comments on commit 12f6336

Please sign in to comment.