Skip to content

Commit b33eef4

Browse files
Fran McDadeFran McDade
authored andcommitted
fix: tos link on sign-in form goes to the wrong location (#3779)
1 parent 8b0ad9d commit b33eef4

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)