diff options
author | Vincent Ambo <mail@tazj.in> | 2023-07-07T23·57+0300 |
---|---|---|
committer | tazjin <tazjin@tvl.su> | 2023-07-08T10·50+0000 |
commit | 20acf3ecfdb78495a3b31f1330d6cdd64e974683 (patch) | |
tree | 6bd41819a6dde8d55934c1b0542d6ea790b037d3 /corp/rih/frontend/src | |
parent | 88b054590813b51d2db7d1eeefed23f0310a1ce7 (diff) |
fix(corp/rih): link fixes r/6399
Change-Id: I424250ba71192623d6b6636284f5be3516dfdea4 Reviewed-on: https://cl.tvl.fyi/c/depot/+/8945 Autosubmit: tazjin <tazjin@tvl.su> Reviewed-by: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI
Diffstat (limited to 'corp/rih/frontend/src')
-rw-r--r-- | corp/rih/frontend/src/home.html | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/corp/rih/frontend/src/home.html b/corp/rih/frontend/src/home.html index 3d63462b7d85..96d81da2794f 100644 --- a/corp/rih/frontend/src/home.html +++ b/corp/rih/frontend/src/home.html @@ -243,7 +243,8 @@ html! { <div class="form-check mb-3"> <input class="form-check-input" type="checkbox" id="privacy-policy" required=true /> <label class="form-check-label" for="privacy-policy"> - {"I have read and agree to the Privacy Policy"} + {"I have read and agree to the "} + <a href="/privacy-policy.html">{"privacy policy"}</a> </label> </div> @@ -268,7 +269,9 @@ html! { <footer class="footer m-0 py-3"> <div class="container"> <div class="row text-center"> - <div class="col-12 col-sm-4 text-sm-start">{"privacy policy"}</div> + <div class="col-12 col-sm-4 text-sm-start"> + <a href="/privacy-policy.html">{"privacy policy"}</a> + </div> <div class="col-12 col-sm-4"> {"By "} <a href={VISTA_URL} class="text-white">{"Vista Immigration"}</a> |