Skip to content

Commit

Permalink
Target _blank
Browse files Browse the repository at this point in the history
  • Loading branch information
evadecker committed Dec 13, 2024
1 parent 025266a commit ba1e18b
Showing 1 changed file with 15 additions and 2 deletions.
17 changes: 15 additions & 2 deletions src/routes/_unauthenticated/signin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,9 +142,22 @@ const SignIn = () => {
</Button>
<p className="text-sm text-gray-dim text-center text-balance">
By registering, you agree to Namesake’s{" "}
<Link href="https://namesake.fyi/terms">Terms of Service</Link>{" "}
<Link
href="https://namesake.fyi/terms"
target="_blank"
rel="noreferrer"
>
Terms of Service
</Link>{" "}
and{" "}
<Link href="https://namesake.fyi/privacy">Privacy Policy</Link>.
<Link
href="https://namesake.fyi/privacy"
target="_blank"
rel="noreferrer"
>
Privacy Policy
</Link>
.
</p>
</Form>
)}
Expand Down

0 comments on commit ba1e18b

Please sign in to comment.