Skip to content

Commit

Permalink
Update single-footer.html (#38)
Browse files Browse the repository at this point in the history
  • Loading branch information
alidevjimmy authored Oct 6, 2024
1 parent e305654 commit 7b2ef70
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/single-footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
<nav class="self-center ">
<ul class="grid grid-cols-3 justify-center pt-5 pb-5">
<li >
<a class="text-neutral-20 hover:text-primary-20 link link-hover"><i class="fa-solid fa-gavel"></i><span class="ml-2">Terms of Use</span></a>
<a href="/term_of_use" class="text-neutral-20 hover:text-primary-20 link link-hover"><i class="fa-solid fa-gavel"></i><span class="ml-2">Terms of Use</span></a>
</li>
<li class="ml-2">
<a href="/sitemap.xml" class="text-neutral-20 hover:text-primary-20 link link-hover"><i class="fa-solid fa-sitemap"></i><span class="ml-2">Sitemap</span></a>
Expand Down Expand Up @@ -94,4 +94,4 @@
</div>
</nav>
</div>
</footer>
</footer>

0 comments on commit 7b2ef70

Please sign in to comment.