Skip to content

Commit f7ccd7f

Browse files
committed
update links, add footer tag
1 parent c237530 commit f7ccd7f

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

src/js/components/Footer/index.svelte

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,21 @@
1414
<CookieSettingsModal bind:this={settingsModal} />
1515
{/if}
1616
<!-- svelte-ignore a11y_invalid_attribute -->
17-
<div class="sub-footer">
17+
<footer class="sub-footer">
1818
<div class="legal">
1919
<span class="copyright">&#169;{year} HathiTrust</span>
2020
<div>
21-
<a href="//{HT.www_domain}/privacy-policy">Privacy Policy</a><span>|</span><a
22-
href="//{HT.www_domain}/takedown-policy">Takedown Policy</a
21+
<a href="//{HT.www_domain}/the-collection/terms-conditions/privacy-policy/">Privacy Policy</a><span>|</span><a
22+
href="//{HT.www_domain}/the-collection/search-access/copyright-access/#takedown-policy/">Takedown Policy</a
2323
><span>|</span><a href="#" role="button" onclick={openSettings}>Cookie Settings</a>
2424
</div>
2525
</div>
2626
<ul>
27-
<li><a href="//{HT.www_domain}/careers">Careers</a></li>
28-
<li><a href="//{HT.www_domain}/accessibility">Accessibility</a></li>
29-
<li><a href="//{HT.www_domain}/contact">Contact</a></li>
27+
<li><a href="//{HT.www_domain}/about/careers/">Careers</a></li>
28+
<li><a href="//{HT.www_domain}/accessibility/">Accessibility</a></li>
29+
<li><a href="//{HT.www_domain}/contact/">Contact</a></li>
3030
</ul>
31-
</div>
31+
</footer>
3232

3333
<style lang="scss">
3434
.sub-footer {

0 commit comments

Comments
 (0)