Skip to content

Commit

Permalink
corrction done
Browse files Browse the repository at this point in the history
  • Loading branch information
AdityyaX committed Jan 21, 2024
1 parent c7deab1 commit bffaafe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion task-manager/src/components/footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const Footer = () => {
return (
<footer className="bg-gray-800 text-white p-4 text-center">
<a href='https://github.com/AdityyaX'>
<p>&copy; Made with ❤️ by Aditya Pachauri</p>
<p>&copy; Made by Aditya Pachauri</p>
</a>
</footer>
);
Expand Down

0 comments on commit bffaafe

Please sign in to comment.