Player-info changed to player-card. This partial will be used to show player information on hover

This commit is contained in:
Lucas Patenaude
2024-04-14 13:59:40 -06:00
parent c99a7c5c86
commit 24813f704f
3 changed files with 0 additions and 7 deletions

View File

@@ -1,7 +0,0 @@
<div class="playerinfo-table" id="playerinfo">
<div class="playerinfo-container">
{{#each persons}}
{{> player-info/playerinfo}}
{{/each}}
</div>
</div>