From 60cee5b7c0bc2c6638bc9a2dee791057039a0d51 Mon Sep 17 00:00:00 2001 From: Patrick Mulligan Date: Sat, 1 Aug 2026 02:21:08 +0200 Subject: [PATCH] chore(deck): set contact email to team@l484.com Co-Authored-By: Claude Opus 4.8 (1M context) --- src/deck/data.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/deck/data.ts b/src/deck/data.ts index 7266256..11f843a 100644 --- a/src/deck/data.ts +++ b/src/deck/data.ts @@ -28,7 +28,7 @@ export const brand = { subtagline: 'A sovereign network on shared, open infrastructure. The first node — SolLunar Society, a members’ club in Austin — is live, modeled and raising now; the summit gathering and the farm are next.', firstNode: 'SolLunar Society · Austin, TX', - contactEmail: 'invest@sollunar.example', // PLACEHOLDER + contactEmail: 'team@l484.com', // Seam for later: an LNbits instance + the founder's nostr npub power the // "contribute" tiers. Left null until wired (see src/features/{lnbits,nostr}). lnbitsBaseUrl: null as string | null,