Skip to content

Commit

Permalink
fix: remove dot (typo)
Browse files Browse the repository at this point in the history
  • Loading branch information
typeofweb committed Aug 26, 2024
1 parent c7e29cd commit 59297c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/footer/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ export async function Footer() {
</div>
<div className="container mt-8 flex max-w-7xl flex-col items-center justify-between gap-4 text-sm text-neutral-500 md:flex-row">
<div>
<p>© 2024 {config.footer.name}.</p>
<p>© 2024 {config.footer.name}</p>
<p>{config.footer.tagline}</p>
</div>
{config.footer.credits && (
Expand Down

0 comments on commit 59297c1

Please sign in to comment.