From 9e0963235b2b476ad1744c9bf8eddc5c622826df Mon Sep 17 00:00:00 2001 From: TavaresDylan Date: Wed, 26 Jul 2023 23:32:55 +0200 Subject: [PATCH] feat: favicon added & tab title --- app/index.html | 2 +- app/public/favicon.svg | 3 +++ app/src/views/Contact.vue | 2 +- app/src/views/Home.vue | 1 + app/src/views/Login.vue | 1 + app/src/views/Notfound.vue | 1 + app/src/views/OurProducts.vue | 1 + app/src/views/Ourhistory.vue | 1 + app/src/views/Signup.vue | 2 ++ app/src/views/Subscriptions.vue | 1 + 10 files changed, 13 insertions(+), 2 deletions(-) create mode 100644 app/public/favicon.svg diff --git a/app/index.html b/app/index.html index 795e4fb..4308c93 100644 --- a/app/index.html +++ b/app/index.html @@ -2,7 +2,7 @@ - + Vite + Vue diff --git a/app/public/favicon.svg b/app/public/favicon.svg new file mode 100644 index 0000000..1a78c35 --- /dev/null +++ b/app/public/favicon.svg @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f51596be16c62c032653794af687c47d82623c6317a47ef30734ba9e4dc3c56 +size 936 diff --git a/app/src/views/Contact.vue b/app/src/views/Contact.vue index 313c864..460910b 100644 --- a/app/src/views/Contact.vue +++ b/app/src/views/Contact.vue @@ -4,7 +4,7 @@ -