Skip to content

Commit

Permalink
Merge pull request #148 from AVNI-THEEXPLORER/navbar
Browse files Browse the repository at this point in the history
🛠️FIX :  Footer  Static Copyright year
  • Loading branch information
Mujtabaa07 authored Jan 2, 2025
2 parents 4119652 + 8f086ee commit 307a9b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/componets/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ function Footer() {
return (
<FooterContainer>
<FooterContent>
<p>&copy; 2023 MsCafe. All rights reserved.</p>
<p>&copy; {new Date().getFullYear()} MsCafe. All rights reserved.</p>
<p>Made with ♥ by Mscoder</p>
<SocialIcons>
<SocialIcon
Expand Down

0 comments on commit 307a9b9

Please sign in to comment.