Competition logos added

This commit is contained in:
Lucas Patenaude
2024-04-23 21:34:15 -06:00
parent 66a91a6621
commit 48b378d184
2 changed files with 7 additions and 0 deletions

View File

@@ -16,3 +16,8 @@
{ {
cursor: pointer; cursor: pointer;
} }
#competition-logo {
width: 60px;
margin-right: 10px;
}

View File

@@ -81,11 +81,13 @@
<thead> <thead>
<tr> <tr>
<th>Name</th> <th>Name</th>
<th></th>
</tr> </tr>
</thead> </thead>
<tbody> <tbody>
{{#each club.runningCompetitions}} {{#each club.runningCompetitions}}
<tr> <tr>
<td><img id="competition-logo" src="{{emblem}}"></td>
<td>{{name}}</td> <td>{{name}}</td>
</tr> </tr>
{{/each}} {{/each}}