From a5d5eb857c637e6938f7accd6b04e70cce4aa5b1 Mon Sep 17 00:00:00 2001 From: Valentin Kaelin Date: Mon, 30 Mar 2020 15:06:57 +0200 Subject: [PATCH] feat: add legal Riot Games boilerplate in the footer --- client/src/components/Layout/MainFooter.vue | 15 +++++++++++++-- client/src/views/Home.vue | 9 ++++++++- 2 files changed, 21 insertions(+), 3 deletions(-) diff --git a/client/src/components/Layout/MainFooter.vue b/client/src/components/Layout/MainFooter.vue index e8f058f..27f6d5b 100644 --- a/client/src/components/Layout/MainFooter.vue +++ b/client/src/components/Layout/MainFooter.vue @@ -1,8 +1,19 @@ @@ -34,7 +41,7 @@ export default { }, methods: { - redirect (summoner, region) { + redirect(summoner, region) { this.$router.push(`/summoner/${region}/${summoner}`) }, }