Skip to content

Commit

Permalink
Merge pull request #108 from eduardconstantin/fix/footer
Browse files Browse the repository at this point in the history
Fix footer
  • Loading branch information
eduardconstantin authored Mar 7, 2024
2 parents f72a1fa + b0b9164 commit f1e3642
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/Footer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ const Footer = () => {
return (
<footer className="flex justify-center items-baseline py-3">
<p className="text-white text-sm">
Built with 👥 using NextJS, TailwindCSS and DirectDev
Built with 👥 using NextJS, TailwindCSS and Ditectrev
</p>
</footer>
);
Expand Down

0 comments on commit f1e3642

Please sign in to comment.