player hover commit two

This commit is contained in:
Aviral
2024-04-21 14:24:22 -06:00
parent 0cc7bebf0b
commit 60fabe0962
2 changed files with 6 additions and 6 deletions

View File

@@ -0,0 +1,6 @@
<button type="button" class="btn btn-secondary" data-toggle="tooltip" data-placement="top" title="player-card tooltip">
{{#each club.squad}}
Contract Start: {{contractStart}}
Contract End: {{contractEnd}}
{{/each}}
</button>