Skip to content

Commit 5c2d2e9

Browse files
committed
[quests] fix incorrect "long" icon in menu
1 parent dcda105 commit 5c2d2e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quests.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ <h1>Ateliernum</h1>
266266
<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24">
267267
<use
268268
style="--color: var(--purple)"
269-
href="length_icons.svg#short"
269+
href="length_icons.svg#long"
270270
></use>
271271
</svg>
272272
<span>long</span>

0 commit comments

Comments
 (0)