mirror of
https://github.com/vkaelin/LeagueStats.git
synced 2026-03-25 12:57:28 +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
|
<div
|
||||||
v-if="player.role !== 'NONE'"
|
v-if="player.role !== 'NONE'"
|
||||||
:style="{
|
:style="{
|
||||||
backgroundImage: `url(${'img/roles/' + player.role + '.png'})`,
|
backgroundImage: `url(${'/img/roles/' + player.role + '.png'})`,
|
||||||
}"
|
}"
|
||||||
class="h-4 w-4 bg-cover bg-center"
|
class="h-4 w-4 bg-cover bg-center"
|
||||||
></div>
|
></div>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue