Skip to content

Commit

Permalink
open onboarding links in new window
Browse files Browse the repository at this point in the history
  • Loading branch information
bwsarge committed Jul 14, 2024
1 parent 432caf1 commit 6391d2e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions checkers-app/src/pages/Onboarding.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ const StepTwo = () => {
<br />
<a
className="underline text-checkLink"
target="_blank"
href="https://bit.ly/checkmate-privacy"
>
https://bit.ly/checkmate-privacy
Expand All @@ -87,6 +88,7 @@ const StepThree = () => {
<p>
<a
className="underline text-checkLink"
target="_blank"
href="https://bit.ly/checkmates-quiz)"
>
https://bit.ly/checkmates-quiz
Expand Down Expand Up @@ -114,6 +116,7 @@ const StepFour = () => {
<p>
<a
className="underline text-checkLink"
target="_blank"
href="https://bit.ly/checkmates-groupchat)"
>
https://bit.ly/checkmates-groupchat
Expand All @@ -128,6 +131,7 @@ const StepFour = () => {
<p>
<a
className="underline text-checkLink"
target="_blank"
href="https://bit.ly/checkmates-wiki)"
>
https://bit.ly/checkmates-wiki
Expand Down

0 comments on commit 6391d2e

Please sign in to comment.