Add SHSF-backed contact form #1

Merged
space merged 2 commits from feat/contact-form-shsf into master 2026-04-14 18:49:18 +02:00
Showing only changes of commit 643fcd3073 - Show all commits

View File

@@ -1,7 +1,7 @@
import { useState } from 'react';
import { SectionWrapper } from '../components/SectionWrapper';
const CONTACT_API_URL = import.meta.env.VITE_CONTACT_API_URL || 'https://shsf-api.reversed.dev/api/exec/17/89/default';
const CONTACT_API_URL = import.meta.env.VITE_CONTACT_API_URL || 'https://shsf-api.reversed.dev/api/exec/17/cba6645c-2ca2-4e7a-ad94-e6114cbde761';
const socialLinks = [
{ name: 'Email', url: 'mailto:space@reversed.dev', icon: '📧', desc: 'space@reversed.dev' },