Skip to content

Commit

Permalink
fix: add missing rel attribute to anchor (#508)
Browse files Browse the repository at this point in the history
Co-authored-by: VuViet <[email protected]>
  • Loading branch information
RoyalHV and VuViet99 authored Dec 18, 2023
1 parent 73bd15d commit a293920
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,11 @@ export const AcceptTermsCheckbox = ({
{!fullVersion && (
<span>
You hereby acknowledge and confirm the{" "}
<a href="/terms-and-conditions" target="_blank">
<a
href="/terms-and-conditions"
target="_blank"
rel="noopener noreferrer"
>
Terms and Conditions
</a>{" "}
and agree to be bound by them.
Expand Down

0 comments on commit a293920

Please sign in to comment.