From 835bd28dc9cfb763f0494af4c7e7ae7627da3ad5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=95=94=EB=83=A5=20=28imnyang=29?= Date: Wed, 18 Feb 2026 19:01:44 +0900 Subject: [PATCH] Update Contact.tsx --- src/components/Contact.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}