Skip to content

Commit 4dc675b

Browse files
authored
Fix duplicate viewBox attribute in question mark icon
1 parent 5e2fb63 commit 4dc675b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/views/administrate/application/_icons.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
<polyline points="18 15 12 9 6 15"></polyline>
1414
</symbol>
1515

16-
<symbol id="icon-question-mark" viewBox="0 0 24 24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
16+
<symbol id="icon-question-mark" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
1717
<circle cx="12" cy="12" r="10"></circle>
1818
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"></path>
1919
<line x1="12" y1="17" x2="12.01" y2="17"></line>

0 commit comments

Comments
 (0)