Skip to content

Commit

Permalink
Footer links
Browse files Browse the repository at this point in the history
  • Loading branch information
scottyzen committed Sep 28, 2021
1 parent 18b33d6 commit a04649f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions components/Footer.vue
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
<footer>
<div class="container py-8">
<nav class="grid gap-1">
<a href="https://woonuxt.com/my-account">SOO</a>
<a href="https://woonuxt.com/cart">Cart</a>
<a href="https://woonuxt.com/checkout">Checkout</a>
<a href="https://woonuxt.com/my-account/">My Account</a>
<a href="https://woonuxt.com/cart/">Cart</a>
<a href="https://woonuxt.com/checkout/">Checkout</a>
</nav>
</div>
</footer>
Expand Down

0 comments on commit a04649f

Please sign in to comment.