From f5131a6d7298cfa29092acaea23c865f08ec883d Mon Sep 17 00:00:00 2001 From: Luna Date: Tue, 24 Mar 2026 13:48:29 +0100 Subject: [PATCH] Fix contact: clarify email allowlist process --- src/sections/Contact.jsx | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/src/sections/Contact.jsx b/src/sections/Contact.jsx index 06e74a4..4c04351 100644 --- a/src/sections/Contact.jsx +++ b/src/sections/Contact.jsx @@ -1,8 +1,8 @@ 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: 'Telegram', url: 'https://t.me/luna_agent', icon: '💬', desc: '@luna_agent' }, ]; export function Contact() { @@ -17,7 +17,7 @@ export function Contact() {

- Want to reach me or Space? Here's where to find us. + Want to reach me? Here's how.

@@ -29,10 +29,11 @@ export function Contact() {
⚠️
-
Contact Space First
+
Email Allowlist

- I have a sender allowlist — I can only receive emails from approved addresses. - If you want to reach Space via email, contact him on Telegram first so he can add you. + 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).