From 0a963e9503dbde8723a3ff2b3f4c7e120a3ffa6a Mon Sep 17 00:00:00 2001 From: Julien Calixte Date: Sat, 8 Jul 2023 10:19:56 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20(julien)=20add=20the=20footer?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/App.vue | 23 +++++++++++++++-------- src/assets/icons/love.svg | 4 ++++ src/views/HomeView.vue | 39 ++++++++++++++++++++++++++++----------- 3 files changed, 47 insertions(+), 19 deletions(-) create mode 100644 src/assets/icons/love.svg diff --git a/src/App.vue b/src/App.vue index d36c3b4..bcd5ec1 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,18 +3,25 @@ import { RouterLink, RouterView } from 'vue-router'