Skip to content

Commit 62bf996

Browse files
Merge pull request #14 from sreeram-venkitesh/stupid-typo
Sorry stupid typo in Footer.jsx
2 parents 4e44520 + df45a97 commit 62bf996

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/Footer.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const Footer = () => {
1111
return (
1212
<div className="absolute bottom-0 flex flex-col space-y-0 w-screen text-center h-10 px-10 my-5">
1313
<span className="italic text-slate-500">
14-
{FOOTER_MESSAGES[randomNumber]
14+
{FOOTER_MESSAGES[randomNumber]}
1515
</span>
1616
<span>Made with 💔 </span>
1717
</div>

0 commit comments

Comments
 (0)