mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-12 10:21:30 +00:00
Update copyright year to 2026 (#7302)
* Update copyright year to 2026 * Update footer year to current year dynamically
This commit is contained in:
committed by
GitHub
parent
c8e57b7f9f
commit
5e75bc5fcb
@@ -1,4 +1,5 @@
|
||||
module.exports = function aboutBruno({ version }) {
|
||||
const currentYear = new Date().getFullYear();
|
||||
return `
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
@@ -168,7 +169,7 @@ module.exports = function aboutBruno({ version }) {
|
||||
</svg>
|
||||
<h2 class="title">Bruno ${version}</h2>
|
||||
<footer class="footer">
|
||||
©2025 Bruno Software Inc
|
||||
©${currentYear} Bruno Software Inc
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user