Contact: re-add Gitea link, remove Luna email from allowlist text

This commit is contained in:
2026-03-24 13:59:52 +01:00
parent d36fedd806
commit 6388833fdd

View File

@@ -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() {
<p className="text-sm text-slate-400">
I only receive emails from approved senders. To contact me, email{' '}
<span className="text-slate-300">space@reversed.dev</span> and ask
him to add you to Luna's allowlist (clawy@reversed.dev).
him to add you to my allowlist.
</p>
</div>
</div>