Skip to content

Commit

Permalink
fix: #1096;
Browse files Browse the repository at this point in the history
  • Loading branch information
migbash committed Mar 7, 2023
1 parent 5db5ae3 commit d11d0e3
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -472,9 +472,9 @@ NOTE: [HINT] use (CTRL+SPACE) to select a (class) (id) style
src="{league?.iso2 ? `https://betarena.com/images/flags/${league?.iso2}.svg` : `https://www.betarena.com/images/flags/EN.svg`}"
on:error={(e) => (e.currentTarget.src = 'https://www.betarena.com/images/flags/EN.svg')}
alt=""
class="m-r-32"
width="24"
height="18"
class="m-r-15"
width="21"
height="16"
/>
<p
class="
Expand Down

0 comments on commit d11d0e3

Please sign in to comment.