Club routes early prototype in place

This commit is contained in:
Lucas Patenaude
2024-04-14 12:49:37 -06:00
parent a2b47e4b81
commit fdd965f5b0
7 changed files with 52 additions and 12 deletions

View File

@@ -32,7 +32,7 @@
{{#each league.standings}}
<tr>
<td>{{table.league_position}}</td>
<td><img src="{{table.team_crest}}" alt="{{table.team_name}} Crest" id="table-logo"></td>
<td><img src="{{table.team_crest}}" alt="{{table.team_name}} Crest" id="table-logo" class="club-logo" data-club-id="{{table.team_id}}"></td>
<td>{{table.team_name}}</td>
<td>{{games_played}}</td>
<td>{{wins}}</td>