mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 04:47:27 +00:00
fix: role img link in detailed matches
This commit is contained in:
parent
8060766638
commit
6b51605841
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
<div
|
||||
v-if="player.role !== 'NONE'"
|
||||
:style="{
|
||||
backgroundImage: `url(${'img/roles/' + player.role + '.png'})`,
|
||||
backgroundImage: `url(${'/img/roles/' + player.role + '.png'})`,
|
||||
}"
|
||||
class="h-4 w-4 bg-cover bg-center"
|
||||
></div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue