chore: update self hosted sign in form cta in the web and space apps (#3096)
* chore: update self hosted sign in form cta * chore: update self hosted sign in form cta in the space app
This commit is contained in:
parent
05d675c138
commit
48fe6f9b9a
2 changed files with 2 additions and 2 deletions
|
|
@ -130,7 +130,7 @@ export const SelfHostedSignInForm: React.FC<Props> = (props) => {
|
|||
/>
|
||||
</div>
|
||||
<Button type="submit" variant="primary" className="w-full" size="xl" loading={isSubmitting}>
|
||||
Go to board
|
||||
Continue
|
||||
</Button>
|
||||
<p className="text-xs text-onboarding-text-200">
|
||||
When you click the button above, you agree with our{" "}
|
||||
|
|
|
|||
|
|
@ -130,7 +130,7 @@ export const SelfHostedSignInForm: React.FC<Props> = (props) => {
|
|||
/>
|
||||
</div>
|
||||
<Button type="submit" variant="primary" className="w-full" size="xl" loading={isSubmitting}>
|
||||
Go to workspace
|
||||
Continue
|
||||
</Button>
|
||||
<p className="text-xs text-onboarding-text-200">
|
||||
When you click the button above, you agree with our{" "}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue