Update Contact.tsx

This commit is contained in:
암냥 2026-02-18 19:01:44 +09:00 committed by GitHub
commit 835bd28dc9
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -35,7 +35,7 @@ const contact = [
},
{
"name": "Discord",
"url": "https://imnya.ng/discord",
"url": "https://discord.gg/uxxn2ZZHGn",
"icon": <Image src="/icon/discord.svg" alt="Discord" width={20} height={20} className="w-5 h-5 invert-0 dark:invert" />
},
{
@ -67,4 +67,4 @@ export default function Contact() {
))}
</div>
);
}
}