Merge pull request #25 from LucasPatenaude/player-hover

Player hover branch added to main
This commit is contained in:
Lucas Patenaude
2024-04-21 18:12:23 -06:00
committed by GitHub
4 changed files with 6 additions and 0 deletions

View File

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

View File

@@ -19,5 +19,6 @@
<!-- Club Pages Scripts -->
<script src="/js/club-page/favorite-button.js"></script>
<script src="/js/club-page/player-card-hover.js"></script>
</footer>