diff --git a/webapp/public/icon-discord-grey.svg b/webapp/public/icon-discord-grey.svg
new file mode 100644
index 0000000..79942ce
--- /dev/null
+++ b/webapp/public/icon-discord-grey.svg
@@ -0,0 +1,5 @@
+
+
+
diff --git a/webapp/src/App.vue b/webapp/src/App.vue
index 07124ad..70293d3 100644
--- a/webapp/src/App.vue
+++ b/webapp/src/App.vue
@@ -54,7 +54,7 @@ const contributeItems = [
]
const metaItems = [
- { title: 'Discord', customIcon: '/icon-discord.svg', customIconDark: '/icon-discord-white.svg', href: 'https://discord.gg/aV7v4R3sKT'},
+ { title: 'Discord', customIcon: '/icon-discord.svg', customIconDark: '/icon-discord-white.svg', customIconGrey: '/icon-discord-grey.svg', href: 'https://discord.gg/aV7v4R3sKT'},
{ title: 'Contact', icon: 'mdi-email-outline', to: '/contact' },
{ title: 'GitHub', icon: 'mdi-github', href: 'https://github.com/frillweeman/deflock'},
{ title: 'Donate', icon: 'mdi-heart', to: '/donate'},
@@ -80,8 +80,14 @@ watch(() => theme.global.name.value, (newTheme) => {
flat
prominent
>
-