Skip to content

Commit b0b9164

Browse files
Fix footer
1 parent f72a1fa commit b0b9164

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)