Skip to content

Commit

Permalink
chore: capitalize terms of service text and make terms of service lin…
Browse files Browse the repository at this point in the history
…k open in new tab (#962)

* chore: capitalize terms of service

* fix: make terms of service link open on new tab
  • Loading branch information
linnall authored Sep 12, 2024
1 parent 687c254 commit f26f271
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions account-kit/react/src/components/auth/card/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ export const MainAuthContent = () => {
<a
className="text-fg-accent-brand cursor-pointer underline"
href="https://www.alchemy.com/terms-conditions/end-user-terms"
target="_blank"
rel="noreferrer noopener"
>
{ls.login.tosLink}
</a>
Expand Down
2 changes: 1 addition & 1 deletion account-kit/react/src/strings.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const STRINGS = {
"en-US": {
login: {
tosPrefix: "By signing in, you agree to the",
tosLink: "terms of service",
tosLink: "Terms of Service",
email: {
placeholder: "Email",
button: "Continue",
Expand Down

0 comments on commit f26f271

Please sign in to comment.