We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bee6b2 commit c0eb065Copy full SHA for c0eb065
src/constants/gl_markers.js
@@ -16,7 +16,7 @@ module.exports = {
16
'square-open': '□',
17
diamond: '◆',
18
'diamond-open': '◇',
19
- cross: '➕',
+ cross: '+',
20
x: '❌',
21
'triangle-up': '▲',
22
'triangle-up-open': '△',
@@ -52,6 +52,5 @@ module.exports = {
52
'circle-x': '⊗',
53
'square-cross': '⊞',
54
'square-x': '⊠',
55
- 'cross-thin': '+',
56
'asterisk': '✱'
57
-};
+};
0 commit comments