Skip to content

Commit

Permalink
Merge pull request #79 from huskynz/dev
Browse files Browse the repository at this point in the history
Remove footer nav as it is a dupe of the nav
  • Loading branch information
Husky-Devel authored Nov 4, 2024
2 parents 7a6be1e + 1a41e6f commit 17ac64f
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/components/Footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const subpath = pathname.match(/[^/]+/g);
</Container>
</section>

<section
<!-- <section
class="py-5 overflow-hidden whitespace-nowrap border-t border-black/10 dark:border-white/25"
>
<Container size="md">
Expand Down Expand Up @@ -89,10 +89,11 @@ const subpath = pathname.match(/[^/]+/g);
<br>
</div>
</Container>

-->
<section
class="py-5 overflow-hidden whitespace-nowrap border-t border-black/10 dark:border-white/25"
>

<Container size="md">
<div class="h-full grid grid-cols-1 sm:grid-cols-2 gap-3">
<div
Expand Down

0 comments on commit 17ac64f

Please sign in to comment.