Skip to content

Commit 34d6a04

Browse files
refactor: remove unused class.
1 parent b11cb1a commit 34d6a04

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ <h2>Component</h2>
276276
aria-label="Collapse component panel"
277277
title="Collapse component panel"
278278
>
279-
<svg class="editor-tools-gear" viewBox="0 0 24 24" aria-hidden="true">
279+
<svg viewBox="0 0 24 24" aria-hidden="true">
280280
<path d="m6 9 6 6 6-6"></path>
281281
</svg>
282282
<span class="panel-collapse-toggle__label">Collapse</span>
@@ -309,7 +309,7 @@ <h2>Component</h2>
309309
title="Copy component source"
310310
aria-label="Copy component source"
311311
>
312-
<svg class="editor-tools-gear" viewBox="0 0 24 24" aria-hidden="true">
312+
<svg viewBox="0 0 24 24" aria-hidden="true">
313313
<rect x="9" y="9" width="10" height="10" rx="2"></rect>
314314
<path
315315
d="M6 15H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h8a2 2 0 0 1 2 2v1"

0 commit comments

Comments
 (0)