Skip to content

Commit

Permalink
Merge pull request #188 from AE-Hertz/branch1
Browse files Browse the repository at this point in the history
 feat: add dynamic copyright section #185
  • Loading branch information
TenzDelek authored Oct 30, 2024
2 parents 0aefc92 + 17f00bf commit 717004e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ const Footer = () => {
</div>

<p class="text-xs text-gray-500 dark:text-gray-400">
&copy; 2024. Dear Diary. All rights reserved.
&copy; {new Date().getFullYear()}. Dear Diary. All rights reserved.
</p>
</div>
</footer>
Expand Down

0 comments on commit 717004e

Please sign in to comment.