fix: role img link in detailed matches

This commit is contained in:
Valentin Kaelin 2023-09-21 14:14:27 +02:00
parent 8060766638
commit 6b51605841
No known key found for this signature in database
GPG key ID: B389A4E3DFF8E414

View file

@ -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>