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 @@
+
\ No newline at end of file