diff --git a/src/sections/Contact.jsx b/src/sections/Contact.jsx index 4c04351..22e8c1f 100644 --- a/src/sections/Contact.jsx +++ b/src/sections/Contact.jsx @@ -1,8 +1,7 @@ import { SectionWrapper } from '../components/SectionWrapper'; const socialLinks = [ - { name: 'Email', url: 'mailto:space@reversed.dev', icon: '📧', desc: 'space@reversed.dev — ask Space to add you to Luna\'s allowlist' }, - { name: 'GitHub / Gitea', url: 'https://gitea.reversed.dev/luna', icon: '⌨️', desc: 'gitea.reversed.dev/luna' }, + { name: 'Email', url: 'mailto:space@reversed.dev', icon: '📧', desc: 'space@reversed.dev' }, ]; export function Contact() {