From 668ebf85502246f7b32061444ab38b9ae84fa556 Mon Sep 17 00:00:00 2001 From: arabshapt Date: Sat, 30 Jul 2022 13:58:20 +0200 Subject: [PATCH] feature: use svg instead of png where possible for better quality --- client/components/app/Appbar.vue | 2 +- client/nuxt.config.js | 6 ++--- client/static/icon.svg | 41 ++++++++++++++++++++++++++++++++ 3 files changed, 45 insertions(+), 4 deletions(-) create mode 100644 client/static/icon.svg diff --git a/client/components/app/Appbar.vue b/client/components/app/Appbar.vue index 864cd11d..0d63eccc 100644 --- a/client/components/app/Appbar.vue +++ b/client/components/app/Appbar.vue @@ -3,7 +3,7 @@
- + diff --git a/client/nuxt.config.js b/client/nuxt.config.js index 0d0e4a78..4264694e 100644 --- a/client/nuxt.config.js +++ b/client/nuxt.config.js @@ -108,15 +108,15 @@ module.exports = { background_color: '#373838', icons: [ { - src: '/icon64.png', + src: '/icon.svg', sizes: "64x64" }, { - src: '/icon192.png', + src: '/icon.svg', sizes: "192x192" }, { - src: '/Logo.png', + src: '/icon.svg', sizes: "512x512" } ] diff --git a/client/static/icon.svg b/client/static/icon.svg new file mode 100644 index 00000000..91b25705 --- /dev/null +++ b/client/static/icon.svg @@ -0,0 +1,41 @@ + + +bgAsset 6 + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file