From 5601ea9365ca61f6983308f87e5318211430c10b Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Fri, 20 Sep 2019 23:52:34 +0200 Subject: [PATCH] feat: add links to the profiles of the 10 players per match --- client/src/components/Match.vue | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/client/src/components/Match.vue b/client/src/components/Match.vue index 2c195bf..e392dbf 100644 --- a/client/src/components/Match.vue +++ b/client/src/components/Match.vue @@ -110,9 +110,10 @@ :key="'player-' + index" class="flex items-center leading-none" > -
{{ ally.name }}
+ {{ ally.name }}
-
{{ data.enemyTeam[index].name }}
+ {{ data.enemyTeam[index].name }}