Skip to content

Commit

Permalink
fix: Correct issue with copy button icon
Browse files Browse the repository at this point in the history
  • Loading branch information
roda82 committed Jun 14, 2024
1 parent 9d580c4 commit cd94be5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions overrides/partials/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,7 @@
{% include "partials/source.html" %}
</div>
{% endif %}
<button id="export-button" class="md-header__button md-icon" title="Export Citation">
{% set icon = format-quote-close %}
{% include ".icons/" ~ icon ~ ".svg" %}
</button>
<button id="export-button" class="md-header__button md-icon .md-clipboard" title="Export Citation"/>
<dialog id="citation-dialog">

<header>
Expand Down

0 comments on commit cd94be5

Please sign in to comment.