mirror of
https://github.com/makeplane/plane
synced 2024-06-14 14:31:34 +00:00
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
@ -130,7 +130,7 @@ export const SelfHostedSignInForm: React.FC<Props> = (props) => {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<Button type="submit" variant="primary" className="w-full" size="xl" loading={isSubmitting}>
|
<Button type="submit" variant="primary" className="w-full" size="xl" loading={isSubmitting}>
|
||||||
Go to board
|
Continue
|
||||||
</Button>
|
</Button>
|
||||||
<p className="text-xs text-onboarding-text-200">
|
<p className="text-xs text-onboarding-text-200">
|
||||||
When you click the button above, you agree with our{" "}
|
When you click the button above, you agree with our{" "}
|
||||||
|
@ -130,7 +130,7 @@ export const SelfHostedSignInForm: React.FC<Props> = (props) => {
|
|||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
<Button type="submit" variant="primary" className="w-full" size="xl" loading={isSubmitting}>
|
<Button type="submit" variant="primary" className="w-full" size="xl" loading={isSubmitting}>
|
||||||
Go to workspace
|
Continue
|
||||||
</Button>
|
</Button>
|
||||||
<p className="text-xs text-onboarding-text-200">
|
<p className="text-xs text-onboarding-text-200">
|
||||||
When you click the button above, you agree with our{" "}
|
When you click the button above, you agree with our{" "}
|
||||||
|
Loading…
Reference in New Issue
Block a user