From 482d22b40644bf4fe01c2790793278d27b51040e Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Thu, 19 Sep 2019 20:01:11 +0200 Subject: [PATCH] fix: role icon size if the game is a remake --- client/src/components/Match.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/src/components/Match.vue b/client/src/components/Match.vue index df3c52e..ad57a00 100644 --- a/client/src/components/Match.vue +++ b/client/src/components/Match.vue @@ -15,7 +15,7 @@ class="w-10 h-10 bg-center bg-cover" :style="{backgroundImage: `url(${require('@/assets/img/roles/' + data.role + '.png')})`}" > - LVL {{ data.level }} +
LVL {{ data.level }}