Skip to content

Commit

Permalink
Update Footer.jsx
Browse files Browse the repository at this point in the history
  • Loading branch information
rajanjha9235 authored Jan 4, 2025
1 parent 8559d49 commit 8d0f7c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ function Footer() {
return (
<footer className="w-full flex flex-col sm:flex-row justify-between items-center mt-8 py-4 border-t bg-gray-800 text-white px-4">

<p>&copy; {currentYear} Rajan Jha</p>
<p>CopyWright &copy; : 2024 - {currentYear} Rajan Jha</p>

<div className="flex mt-4 sm:mt-0">

Expand Down

0 comments on commit 8d0f7c8

Please sign in to comment.