Skip to content

Commit

Permalink
Merge pull request #170 from ItzNotABug/fix-165-automate-copyright-year
Browse files Browse the repository at this point in the history
Automate Copyright Year
  • Loading branch information
TorstenDittmann authored Apr 11, 2024
2 parents 4fac926 + cebc662 commit 6d57d64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/pink/src/layouts/Layout.astro
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ const titleFallback = "Pink Design - Appwrite's Design System";
<div class="main-footer-end">
<ul class="inline-links is-no-padding-first-and-last u-x-small">
<li class="inline-links-item">
<span class="text">ⓒ 2023 Appwrite. All rights reserved.</span>
<span class="text">ⓒ {new Date().getFullYear()} Appwrite. All rights reserved.</span>
</li>
</ul>
</div>
Expand Down

0 comments on commit 6d57d64

Please sign in to comment.