Skip to content

Commit ea4a500

Browse files
authored
Merge pull request #7637 from et0and/master
fix: no hardcoded copyright year
2 parents 4e1a773 + 1294040 commit ea4a500

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

apps/web/src/routes/(home)/sections/Footer.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@
7272
</div>
7373

7474
<div class="meta-links">
75-
<span class="meta-links__copyright">©2023 GitButler. All rights reserved.</span>
75+
<span class="meta-links__copyright"
76+
>©{new Date().getFullYear()} GitButler. All rights reserved.</span
77+
>
7678
<span class="meta-links__legal">
7779
<a href="/privacy">
7880
{jsonLinks.legal.privacyPolicy.label}

0 commit comments

Comments
 (0)