Skip to content

Commit

Permalink
modified footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Nathius262 committed Feb 22, 2024
1 parent eb09c52 commit d17eed6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions assets/js/components/Footer.js
Original file line number Diff line number Diff line change
@@ -27,8 +27,9 @@ function footer(){
<h5 class="title">Author</h5>
<ul>
<li><a href="/about">About Us</a></li>
<li><a href="/blog/">Blog</a></li>
<li><a href="/contact/">Contact</a></li>
<li><a href="/blog">Blog</a></li>
<li><a href="/contact">Contact</a></li>
<li><a href="/privacy-policy">Privacy</a></li>
</ul>
</div>
</div>

0 comments on commit d17eed6

Please sign in to comment.