Skip to content

Commit

Permalink
now the year is dynamic in footer
Browse files Browse the repository at this point in the history
  • Loading branch information
AVNI-THEEXPLORER committed Jan 2, 2025
1 parent bb4c248 commit 8f086ee
Show file tree
Hide file tree
Showing 2 changed files with 191 additions and 1 deletion.
190 changes: 190 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 8f086ee

Please sign in to comment.