Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbrusegard committed Sep 16, 2024
1 parent 2cb35ec commit 7923f67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/layout/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ function Footer() {
</p>
</div>
</div>
<ul className='flex flex-col py-20 justify-center gap-6 sm:flex-row md:gap-10 lg:gap-20 xl:gap-40'>
<ul className='flex flex-col justify-center gap-6 py-20 sm:flex-row md:gap-10 lg:gap-20 xl:gap-40'>
<li>
<Button asChild variant='none' size='none'>
<ExternalLink
Expand Down

0 comments on commit 7923f67

Please sign in to comment.