Skip to content

Commit

Permalink
chore: update self hosted sign in form cta in the web and space apps (#…
Browse files Browse the repository at this point in the history
…3096)

* chore: update self hosted sign in form cta

* chore: update self hosted sign in form cta in the space app
  • Loading branch information
aaryan610 authored Dec 12, 2023
1 parent 05d675c commit 48fe6f9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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{" "}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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{" "}
Expand Down

0 comments on commit 48fe6f9

Please sign in to comment.