Skip to content

Commit 71717a7

Browse files
committed
fix: Correct issue with icon path
1 parent fd353ce commit 71717a7

File tree

2 files changed

+1
-103
lines changed

2 files changed

+1
-103
lines changed

overrides/partial/header.html

Lines changed: 0 additions & 102 deletions
This file was deleted.

overrides/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@
5858
</div>
5959
{% endif %}
6060
<button id="export-button" class="md-header__button md-icon" title="Export Citation">
61-
{% set icon = mdi:format-quote-close %}
61+
{% set icon = format-quote-close %}
6262
{% include ".icons/" ~ icon ~ ".svg" %}
6363
</button>
6464
<dialog id="citation-dialog">

0 commit comments

Comments
 (0)