Logos in navigation bar implemented with stylesheet modifications

This commit is contained in:
Lucas Patenaude
2024-04-23 21:03:56 -06:00
parent 856edd6065
commit 6fdb1d5f74
2 changed files with 24 additions and 1 deletions

View File

@@ -43,7 +43,9 @@
<div id="favorite-teams-container" class="logos-container">
{{#each fav_teams}}
<img id="teamlogo" src="{{this.teamlogo}}" alt="teamlogo">
<a href="/club/{{this.teamid}}">
<img id="teamlogo" src="{{this.teamlogo}}" alt="teamlogo">
</a>
{{/each}}
</div>