Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/early-access.md
Original file line number Diff line number Diff line change
Expand Up @@ -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. <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.";

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

medium

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.

Suggested change
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.";

status.className = 'ea-status ea-status-success';
form.querySelector('.ea-submit').disabled = true;
});
Expand Down
Loading