Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion app/views/static/index.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@
</div>
</div>
<div class="footer-bottom">
<p>&copy; 2025 HumanEssentials.app. All rights reserved.</p>
<p>&copy; <%= Date.current.year %> HumanEssentials.app. All rights reserved.</p>
</div>
</footer>

Expand Down
2 changes: 1 addition & 1 deletion app/views/static/privacypolicy.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -447,7 +447,7 @@
</div>
</div>
<div class="footer-bottom">
<p>&copy; 2025 HumanEssentials.app. All rights reserved.</p>
<p>&copy; <%= Date.current.year %> HumanEssentials.app. All rights reserved.</p>
</div>
</footer>

Expand Down
Loading