Skip to content

Commit

Permalink
feat(at): changed icon of the facsimile viewer.
Browse files Browse the repository at this point in the history
  • Loading branch information
geoffroy-noel-ddh committed Aug 19, 2024
1 parent de83d4a commit be95887
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion responses/tei-to-html.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@

<xsl:template match="tei:figure">
<div class="tei-figure-wrapper">
<a href="#" class="btn-figure"><i class="fas fa-image"></i><span class="is-sr-only">Photograph of the manuscript page</span></a>
<a href="#" class="btn-figure"><i class="fas fa-book-open"></i><span class="is-sr-only">Photograph of the manuscript page</span></a>
<figure class="tei-figure hidden" data-tei="figure">
<xsl:apply-templates select="tei:head" />
<!-- graphic can use .jpg or .tif format, we normalise into tif here -->
Expand Down

0 comments on commit be95887

Please sign in to comment.