Skip to content

Commit

Permalink
footer fix
Browse files Browse the repository at this point in the history
  • Loading branch information
shubham170102 committed Feb 3, 2024
1 parent f6ac99a commit 8aec37e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/footer.astro
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ const { ignoreHome = false } = Astro.props;
---

<footer class="relative flex h-64 items-center justify-center">
<ul class=`relative grid grid-cols-2 gap-4 sm:grid-cols-${ignoreHome ? 4 : 5}`>
<ul class=`relative grid grid-cols-5 gap-4 sm:grid-cols-${ignoreHome ? 4 : 5}`>
{
links.slice(ignoreHome ? 1 : 0).map((link) => (
<li>
Expand Down

0 comments on commit 8aec37e

Please sign in to comment.