Skip to content

Commit 76eb9d2

Browse files
frano-mFran McDade
andauthored
fix: tos link on sign-in form goes to the wrong location (#3779) (#3794)
Co-authored-by: Fran McDade <[email protected]>
1 parent 8b0ad9d commit 76eb9d2

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed
Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
1-
I have read and agree to [privacy notice](https://anvilproject.org/privacy) and [terms of use](https://anvilproject.org/anvil-explorer-tos)
1+
import { Link } from "@clevercanary/data-explorer-ui/lib/components/Links/components/Link/link";
2+
3+
<span>
4+
I have read and agree to{" "}
5+
<Link label="privacy notice" url="https://anvilproject.org/privacy" /> and{" "}
6+
<Link label="terms of service" url="/terms-of-service" />
7+
</span>

0 commit comments

Comments
 (0)