website(early-access): fix Slack channel link to #pro-waitlist#392
Conversation
Correct channel id (C0B4KMHNP61, public link) and channel name. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
There was a problem hiding this comment.
Your free trial has ended. If you'd like to continue receiving code reviews, you can add a payment method here.
There was a problem hiding this comment.
Code Review
This pull request updates the success message on the early access page to direct users to the new #pro-waitlist Slack channel instead of the old #alpha-access channel. The reviewer noted that removing the Slack workspace invite link prevents new users from joining the workspace, and provided a code suggestion to retain the invite link while updating the channel reference.
Important
The consumer version of Gemini Code Assist on GitHub is being sunset. Starting June 18, 2026, new organization installations will be blocked, and all code review activity will officially cease on July 17, 2026.
For more details on the timeline and next steps, please review the Help Documentation.
| } | ||
| emailInput.value = ''; | ||
| status.innerHTML = "You're on the list. <strong>Access happens in Slack.</strong> <a href=\"https://join.slack.com/t/off-grid-mobile/shared_invite/zt-3w2utgk0w-EDiDZBq6KmSZZwEw5Tkhnw\" target=\"_blank\" rel=\"noopener\">Join the workspace</a>, then head to <a href=\"https://off-grid-mobile.slack.com/archives/C0B0GBSCT88\" target=\"_blank\" rel=\"noopener\">#alpha-access</a> - that's where builds drop."; | ||
| status.innerHTML = "You're on the list. <strong>Access happens in <a href=\"https://off-grid-mobile.slack.com/archives/C0B4KMHNP61\" target=\"_blank\" rel=\"noopener\">#pro-waitlist on Slack</a></strong> - join the channel to get the alpha builds when they drop."; |
There was a problem hiding this comment.
By removing the Slack workspace invite link (join.slack.com/...), new users who are not already members of the off-grid-mobile Slack workspace will not be able to join the workspace to access the #pro-waitlist channel. Consider keeping the workspace invite link so new users can join the workspace first before navigating to the channel.
| status.innerHTML = "You're on the list. <strong>Access happens in <a href=\"https://off-grid-mobile.slack.com/archives/C0B4KMHNP61\" target=\"_blank\" rel=\"noopener\">#pro-waitlist on Slack</a></strong> - join the channel to get the alpha builds when they drop."; | |
| status.innerHTML = "You're on the list. <strong>Access happens in Slack.</strong> <a href=\"https://join.slack.com/t/off-grid-mobile/shared_invite/zt-3w2utgk0w-EDiDZBq6KmSZZwEw5Tkhnw\" target=\"_blank\" rel=\"noopener\">Join the workspace</a>, then head to <a href=\"https://off-grid-mobile.slack.com/archives/C0B4KMHNP61\" target=\"_blank\" rel=\"noopener\">#pro-waitlist</a> - join the channel to get the alpha builds when they drop."; |
|



Correct channel id (C0B4KMHNP61, public link) and channel name in the post-signup success state.