diff --git a/frontend/src/components/auth/Join.tsx b/frontend/src/components/auth/Join.tsx
index 63b2fa74..bc3798df 100644
--- a/frontend/src/components/auth/Join.tsx
+++ b/frontend/src/components/auth/Join.tsx
@@ -25,6 +25,7 @@ import {
ASP_DASHBOARD_PAGE,
HOME_PAGE,
JOIN_SUCCESS_PAGE,
+ TERMS_OF_USE_URL,
} from "../../constants/Routes";
import AuthContext from "../../contexts/AuthContext";
import {
@@ -607,11 +608,10 @@ const Join = (): React.ReactElement => {
variant={{ base: "mobile-xs", lg: "desktop-xs" }}
>
{"By selecting Create Account, you agree to FCK's "}
- {/* TODO: replace HOME_PAGE with actual terms & conditions route */}
Terms & Conditions
diff --git a/frontend/src/components/common/Footer.tsx b/frontend/src/components/common/Footer.tsx
index 7a608aa4..d2e611f9 100644
--- a/frontend/src/components/common/Footer.tsx
+++ b/frontend/src/components/common/Footer.tsx
@@ -14,12 +14,14 @@ import { InstagramIcon } from "../../assets/icons/Instagram";
import { LinkedinIcon } from "../../assets/icons/LinkedIn";
import { TwitterIcon } from "../../assets/icons/TwitterSquare";
import Logo from "../../assets/logo.png";
+import { TERMS_OF_USE_URL } from "../../constants/Routes";
import useIsWebView from "../../utils/useIsWebView";
+
const TermsOfUse = () => (