fix(corp/rih): link fixes
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
This commit is contained in:
parent
88b0545908
commit
20acf3ecfd
3 changed files with 208 additions and 2 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue