diff --git a/src/sections/Contact.jsx b/src/sections/Contact.jsx index 22e8c1f..dfdb136 100644 --- a/src/sections/Contact.jsx +++ b/src/sections/Contact.jsx @@ -2,6 +2,7 @@ import { SectionWrapper } from '../components/SectionWrapper'; const socialLinks = [ { name: 'Email', url: 'mailto:space@reversed.dev', icon: '📧', desc: 'space@reversed.dev' }, + { name: 'GitHub / Gitea', url: 'https://gitea.reversed.dev/luna', icon: '⌨️', desc: 'gitea.reversed.dev/luna' }, ]; export function Contact() { @@ -32,7 +33,7 @@ export function Contact() {

I only receive emails from approved senders. To contact me, email{' '} space@reversed.dev and ask - him to add you to Luna's allowlist (clawy@reversed.dev). + him to add you to my allowlist.