From 29a34e0bd1d1858c06e87b5d1727f4d44c115a7c Mon Sep 17 00:00:00 2001 From: User Date: Sun, 14 Jun 2026 14:36:40 +0530 Subject: [PATCH] website(early-access): fix Slack channel link to #pro-waitlist Correct channel id (C0B4KMHNP61, public link) and channel name. Co-Authored-By: Claude Opus 4.7 (1M context) --- website/early-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/early-access.md b/website/early-access.md index a2cdeb56..7dcb2a4b 100644 --- a/website/early-access.md +++ b/website/early-access.md @@ -143,7 +143,7 @@ Round 2 alpha is $30 one-time (Round 1 sold out at the same price). When it ship }); } emailInput.value = ''; - status.innerHTML = "You're on the list. Access happens in Slack. Join the workspace, then head to #alpha-access - that's where builds drop."; + status.innerHTML = "You're on the list. Access happens in #pro-waitlist on Slack - join the channel to get the alpha builds when they drop."; status.className = 'ea-status ea-status-success'; form.querySelector('.ea-submit').disabled = true; });