Skip to content

Commit

Permalink
Move footer blog link to new Company section
Browse files Browse the repository at this point in the history
  • Loading branch information
johnjago committed Aug 20, 2024
1 parent 530d647 commit ce82d96
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions layouts/partials/footer.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,12 @@ <h2 class="text-xl font-extrabold mb-4">Help</h2>
<ul class="flex flex-col gap-2 text-gray-300">
<li><a href="https://forms.gle/pRezSbdUcZmvZdX27" class="hover:text-gray-400 transition">Report a bug</a></li>
<li><a href="https://forms.gle/pRezSbdUcZmvZdX27" class="hover:text-gray-400 transition">Request a feature</a></li>
<li><a href="/blog/" class="hover:text-gray-400 transition">WooCommerce tutorials</a>
</ul>
</div>
<div>
<h2 class="text-xl font-extrabold mb-4">Legal</h2>
<h2 class="text-xl font-extrabold mb-4">Company</h2>
<ul class="flex flex-col gap-2 text-gray-300">
<li><a href="/blog/" class="hover:text-gray-400 transition">Blog</a>
<li><a href="/refund-policy/" class="hover:text-gray-400 transition">Refund Policy</a></li>
<li><a href="/privacy" class="hover:text-gray-400 transition">Privacy Policy</a></li>
<li><a href="/terms" class="hover:text-gray-400 transition">Terms of Service</a></li>
Expand Down

0 comments on commit ce82d96

Please sign in to comment.