Skip to content

Commit f1e3642

Browse files
Merge pull request eduardconstantin#108 from eduardconstantin/fix/footer
Fix footer
2 parents f72a1fa + b0b9164 commit f1e3642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Footer.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ const Footer = () => {
22
return (
33
<footer className="flex justify-center items-baseline py-3">
44
<p className="text-white text-sm">
5-
Built with 👥 using NextJS, TailwindCSS and DirectDev
5+
Built with 👥 using NextJS, TailwindCSS and Ditectrev
66
</p>
77
</footer>
88
);

0 commit comments

Comments
 (0)