Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit c0eb065

Browse filesBrowse 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
Copy full SHA for c0eb065

File tree

Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-3
lines changed

‎src/constants/gl_markers.js

Copy file name to clipboardExpand all lines: src/constants/gl_markers.js
+2-3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.