Skip to content

Commit

Permalink
#2160 update footer label and fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
athu-tran committed Sep 5, 2023
1 parent 8022604 commit 05271aa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/FooterModule.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@
<footer class="footer">
<div class="columns">
<div class="column">
<h4 class="title is-5">Policies & Cookies</h4>
<h4 class="title is-5">Policies</h4>
<ul>
<li><router-link to="/Legal/TermsOfUse">Terms of Use</router-link></li>
<li><a href="/Legal/PrivacyPolicy">Privacy Policy</a></li>
<li><a href="https://github.com/CVEProject/cve-website/security/policy" target="_blank">Website Security Policy</a></li>
<li><a href="#" onclick="Osano.cm.showDrawer('osano-cm-dom-info-dialog-open')">Manage Cookies</a></li>
</ul>
</ul>
</div>
<div class="column">
<h4 class="title is-5">Media</h4>
Expand Down

0 comments on commit 05271aa

Please sign in to comment.