Skip to content

Commit

Permalink
Fix scoreboard not using resized images
Browse files Browse the repository at this point in the history
  • Loading branch information
slmnio committed Jun 9, 2024
1 parent 74f47d3 commit b21a2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/src/components/broadcast/MatchScoreboard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
border="x">
<div class="scoreboard-row team-row">
<div class="scoreboard-team" :style="logoBackground1(team)">
<ThemeLogo class="team-logo" :theme="team?.theme" border-width="0px" logo-size="" />
<ThemeLogo class="team-logo" :theme="team?.theme" border-width="0px" logo-size="w-100" />
<Squeezable class="team-name flex-center" align="center">
<div class="industry-align">{{ team.name }}</div>
</Squeezable>
Expand Down

0 comments on commit b21a2b6

Please sign in to comment.