Skip to content

Commit ee67e23

Browse files
David Estradaetpinard
David Estrada
authored andcommitted
Changed gl_marker 'cross' back to original symbol and ran npm lint-fix
1 parent 9890966 commit ee67e23

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/constants/gl_markers.js

Lines changed: 2 additions & 3 deletions
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)