Skip to content

Commit

Permalink
footer.tpl: update index logo's svg
Browse files Browse the repository at this point in the history
the svg has been updated from a logo that looks like "full-screen mode" to a
logo that is used in https://srid.ca, which looks like "open book"
  • Loading branch information
shivaraj-bh authored and srid committed Dec 6, 2023
1 parent 102a550 commit 49c7712
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions emanote/default/templates/components/footer.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,10 @@
</div>
<div>
<a href="${ema:indexUrl}" title="View Index">
<svg class="${iconClass}" fill="none" stroke="currentColor" viewBox="0 0 24 24"
xmlns="http://www.w3.org/2000/svg">
<svg xmlns="http://www.w3.org/2000/svg" class="${iconClass}" fill="none" viewBox="0 0 24 24"
stroke="currentColor">
<path stroke-linecap="round" stroke-linejoin="round" stroke-width="2"
d="M4 8V4m0 0h4M4 4l5 5m11-1V4m0 0h-4m4 0l-5 5M4 16v4m0 0h4m-4 0l5-5m11 5l-5-5m5 5v-4m0 4h-4">
</path>
d="M12 6.253v13m0-13C10.832 5.477 9.246 5 7.5 5S4.168 5.477 3 6.253v13C4.168 18.477 5.754 18 7.5 18s3.332.477 4.5 1.253m0-13C13.168 5.477 14.754 5 16.5 5c1.747 0 3.332.477 4.5 1.253v13C19.832 18.477 18.247 18 16.5 18c-1.746 0-3.332.477-4.5 1.253" />
</svg>
</a>
</div>
Expand Down

0 comments on commit 49c7712

Please sign in to comment.