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;
}
#competition-logo {
width: 60px;
margin-right: 10px;
}

View File

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