diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue index 5c4a665..557d239 100644 --- a/app/components/AppFooter.vue +++ b/app/components/AppFooter.vue @@ -14,6 +14,10 @@ const socials = [ icon: 'i-ph-linkedin-logo-duotone', label: 'LinkedIn', link: 'https://www.linkedin.com/in/arthurdanjou/' + }, { + icon: 'i-ph-discord-logo-duotone', + label: 'Discord', + link: 'https://discordapp.com/users/179635349100691456' } ] @@ -32,7 +36,7 @@ const socials = [