Skip to content

Commit 99e3252

Browse files
fix: make copyright year dynamic (#5513)
1 parent ba62d9e commit 99e3252

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

app/views/static/index.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -610,7 +610,7 @@
610610
</div>
611611
</div>
612612
<div class="footer-bottom">
613-
<p>&copy; 2025 HumanEssentials.app. All rights reserved.</p>
613+
<p>&copy; <%= Date.current.year %> HumanEssentials.app. All rights reserved.</p>
614614
</div>
615615
</footer>
616616

app/views/static/privacypolicy.html.erb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@
447447
</div>
448448
</div>
449449
<div class="footer-bottom">
450-
<p>&copy; 2025 HumanEssentials.app. All rights reserved.</p>
450+
<p>&copy; <%= Date.current.year %> HumanEssentials.app. All rights reserved.</p>
451451
</div>
452452
</footer>
453453

0 commit comments

Comments
 (0)