We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
sindresorhus
Learn more about funding links in repositories.
Report abuse
1 parent 12f6336 commit 3bf5f0dCopy full SHA for 3bf5f0d
index.js
@@ -84,7 +84,7 @@ const fallback = {
84
line: main.line,
85
ellipsis: '...',
86
pointer: '>',
87
- pointerSmall: '»',
+ pointerSmall: main.pointerSmall,
88
info: 'i',
89
warning: '‼',
90
hamburger: '≡',
readme.md
@@ -83,7 +83,7 @@ Symbols to use when running on Windows.
83
| line | ─ | ─ |
| ellipsis | … | ... |
| pointer | ❯ | > |
-| pointerSmall | › | » |
+| pointerSmall | › | › |
| info | ℹ | i |
| warning | ⚠ | ‼ |
| hamburger | ☰ | ≡ |
0 commit comments