Skip to content

Commit

Permalink
Fix typo in pinned image URL
Browse files Browse the repository at this point in the history
  • Loading branch information
taiidani committed Sep 13, 2024
1 parent 5ce5af1 commit 9b3c817
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/server/templates/games-pinned.gohtml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
{{ range .Games }}
{{ if .Pinned }}
<article>
<a href="//user/{{$steamID}}/game/{{.ID}}"><img src="https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/{{.ID}}/header.jpg" alt="{{.DisplayName}} Logo" /></a>
<a href="/user/{{$steamID}}/game/{{.ID}}"><img src="https://shared.cloudflare.steamstatic.com/store_item_assets/steam/apps/{{.ID}}/header.jpg" alt="{{.DisplayName}} Logo" /></a>
<div>
<span class="unpin" hx-trigger="click" hx-delete="/hx/user/{{$steamID}}/game/{{.ID}}/pin" hx-target="#pinned">❌</span>
<h4><a href="/user/{{$steamID}}/game/{{.ID}}">{{.DisplayName}}</a></h4>
Expand Down

0 comments on commit 9b3c817

Please sign in to comment.