From 6dbe9a8871d41ef8cc34f3da2bdf60ccf81840d3 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Sun, 21 Jun 2020 13:21:48 +0200 Subject: [PATCH] feat: go to summoners profile by clicking on names in matches --- client/src/components/Match/Match.vue | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/client/src/components/Match/Match.vue b/client/src/components/Match/Match.vue index a85a238..51256f2 100644 --- a/client/src/components/Match/Match.vue +++ b/client/src/components/Match/Match.vue @@ -107,14 +107,22 @@ -
+
+ {{ ally.name }}
{{ ally.name }}
@@ -132,7 +140,14 @@ :style="{backgroundImage: `url('${data.enemyTeam[index].champion.icon}')`}" class="w-6 h-6 bg-center bg-cover rounded-full bg-blue-1000" >
+ {{ data.enemyTeam[index].name }}
{{ data.enemyTeam[index].name }}