Skip to content

Commit c0eb065

Browse files
David EstradaDavid Estrada
David Estrada
authored and
David Estrada
committed
Changed gl_marker 'cross' back to original symbol and ran npm lint-fix
1 parent 2bee6b2 commit c0eb065

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/constants/gl_markers.js

+2-3
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
'square-open': '□',
1717
diamond: '◆',
1818
'diamond-open': '◇',
19-
cross: '',
19+
cross: '+',
2020
x: '❌',
2121
'triangle-up': '▲',
2222
'triangle-up-open': '△',
@@ -52,6 +52,5 @@ module.exports = {
5252
'circle-x': '⊗',
5353
'square-cross': '⊞',
5454
'square-x': '⊠',
55-
'cross-thin': '+',
5655
'asterisk': '✱'
57-
};
56+
};

0 commit comments

Comments
 (0)