Skip to content

Commit

Permalink
docs: fix: footer default
Browse files Browse the repository at this point in the history
  • Loading branch information
shinokada committed Jun 28, 2024
1 parent fc1eda6 commit 2e8a4d4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/routes/docs/components/footer.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,13 +33,15 @@ The footer is one of the most underestimated sections of a website being located
</script>
<Footer>
<div class="sm:flex sm:items-center sm:justify-between">
<FooterCopyright href="/" by="Flowbite™" year={2022} />
<FooterLinkGroup ulClass="flex flex-wrap items-center mt-3 text-sm text-gray-500 dark:text-gray-400 sm:mt-0">
<FooterLink href="/">About</FooterLink>
<FooterLink href="/">Privacy Policy</FooterLink>
<FooterLink href="/">Licensing</FooterLink>
<FooterLink href="/">Contact</FooterLink>
</FooterLinkGroup>
</div>
</Footer>
```

Expand Down

0 comments on commit 2e8a4d4

Please sign in to comment.