feat: better wording
This commit is contained in:
@@ -76,7 +76,7 @@ export function BetaSignup({
|
||||
<div className={wrapperClassName}>
|
||||
{mode === 'button' && (
|
||||
<CTAButton onClick={() => setMode('input')} className={buttonClassName}>
|
||||
Join closed beta
|
||||
Talk to us
|
||||
<span aria-hidden="true">→</span>
|
||||
</CTAButton>
|
||||
)}
|
||||
@@ -99,11 +99,11 @@ export function BetaSignup({
|
||||
{mode === 'success' && (
|
||||
<div className={successClassName}>
|
||||
<Check className="h-4 w-4" />
|
||||
You're on the list.
|
||||
Thanks — we'll be in touch.
|
||||
</div>
|
||||
)}
|
||||
{mode === 'error' && <p className={errorClassName}>{error}</p>}
|
||||
<p className={helperTextClassName}>One note when access opens.</p>
|
||||
<p className={helperTextClassName}>Running Greywall across multiple teams? We're building a managed governance layer.</p>
|
||||
</div>
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user