diff --git a/src/components/icons.tsx b/src/components/icons.tsx index e337e7f..cdd3c3f 100644 --- a/src/components/icons.tsx +++ b/src/components/icons.tsx @@ -129,18 +129,6 @@ export const Icons = { // // // ), - twitter: (props: IconProps) => ( - - X - - - ), gmail: (props: IconProps) => ( ), + discord: (props: IconProps) => ( + + Discord + + + ), + twitter: (props: IconProps) => ( + + X + + + ), }; diff --git a/src/config/site.ts b/src/config/site.ts index 522ba3a..63c9a7f 100644 --- a/src/config/site.ts +++ b/src/config/site.ts @@ -66,6 +66,7 @@ export const siteConfig = { 'Mu2Mi is an open source, AI-powered toolkit for all your musical needs. Remove vocals, isolate instruments, transcribe lyrics and instruments, generate and remix songs.', links: { github: 'https://github.com/FelixNgFender/Mu2Mi', + discord: 'https://discord.gg/7BkTD7RNRG', twitter: 'https://twitter.com/felixcantcode', }, twitter: { diff --git a/src/config/studio.tsx b/src/config/studio.tsx index 32b055b..ca5dcfc 100644 --- a/src/config/studio.tsx +++ b/src/config/studio.tsx @@ -127,6 +127,13 @@ export const studioConfig: StudioConfig = { external: true, icon: , }, + { + title: 'Discord', + href: siteConfig.links.discord, + items: [], + external: true, + icon: , + }, { title: 'Twitter', href: siteConfig.links.twitter,