We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b0ad9d commit b33eef4Copy full SHA for b33eef4
explorer/app/components/common/MDXContent/anvil-cmg/loginTermsOfService.mdx
@@ -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)
+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