Skip to content

Commit

Permalink
Fix colliding IDs in embedded SVGs by using <img> instead
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkKremer committed Oct 27, 2024
1 parent 51a23b3 commit 80af87b
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 437 deletions.
2 changes: 1 addition & 1 deletion resources/views/layout.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
</button>
<div class="justify-self-center">
{{/* todo: make this and the logo in nav.gohtml a link to home */}}
{{template "logo.svg"}}
<img src="{{asset "images/logo.svg"}}" alt="gopxl logo"/>
</div>
<div></div>
</div>
Expand Down
Loading

0 comments on commit 80af87b

Please sign in to comment.