diff --git a/src/components/Contact.tsx b/src/components/Contact.tsx index 4485ce8..abc6fd9 100644 --- a/src/components/Contact.tsx +++ b/src/components/Contact.tsx @@ -35,7 +35,7 @@ const contact = [ }, { "name": "Discord", - "url": "https://imnya.ng/discord", + "url": "https://discord.gg/uxxn2ZZHGn", "icon": Discord }, { @@ -67,4 +67,4 @@ export default function Contact() { ))} ); -} \ No newline at end of file +}