Skip to content

Commit

Permalink
added link to products in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
Daveed committed Dec 9, 2024
1 parent ab838de commit ca3d2c0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,12 @@ const { activeNav, noMarginTop = false } = Astro.props;
Pages
</a>
</span>
&nbsp;|&nbsp;
<span>
<a href="/stores/" class={activeNav === "stores" ? "active" : ""}>
Stores
</a>
</span>
</div>
</div>
</footer>
Expand Down

0 comments on commit ca3d2c0

Please sign in to comment.