finished addfavorite team, page recognizes when team is favorited or not. remove favorite team currently not working

This commit is contained in:
Vishal Vunnam
2024-04-21 23:03:51 -06:00
parent 75d9560293
commit eb779f652a
5 changed files with 35 additions and 37 deletions

View File

@@ -4,7 +4,8 @@
<a id="username">Username: {{user.username}}</a>
<a style="text-decoration: underline;">Favorite Teams:</a> <br>
{{#each fav_teams}}
<span>{{this.teamname}}</span><br>
<img id="teamlogo" src="{{this.teamlogo}}" alt="teamlogo">
<span>{{this.teamname}}</span> <br>
{{/each}}
</div>
</div>