Skip to content

Commit d33952c

Browse files
Update copyright.js
1 parent a453c85 commit d33952c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_just/js/copyright.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ const currentYear = new Date().getFullYear();
4545
let copyrightText = `
4646
<span style="${copyrightTextStyles}">
4747
<a href="${copyrightTextLink}" target="_blank">
48-
<span style="opacity: 0.5;text-decoration: underline;text-decoration-color: rgba(255,255,255,0.33);" class="txt12" id="copyrightfootertext">© 2025-${currentYear} JustStudio.</span>
48+
<span style="opacity: 0.5;text-decoration: underline;text-decoration-color: rgba(255,255,255,0.33);" class="txt12" id="copyrightfootertext">Copyright © 2025-${currentYear} &#171;JustStudio.&#187;</span>
4949
</a>
5050
<br>
5151
</span>
@@ -54,7 +54,7 @@ if (currentYear < 2026) {
5454
copyrightText = `
5555
<span style="${copyrightTextStyles}">
5656
<a href="${copyrightTextLink}" target="_blank">
57-
<span style="opacity: 0.5;text-decoration: underline;text-decoration-color: rgba(255,255,255,0.33);" class="txt12" id="copyrightfootertext">© 2025 JustStudio.</span>
57+
<span style="opacity: 0.5;text-decoration: underline;text-decoration-color: rgba(255,255,255,0.33);" class="txt12" id="copyrightfootertext">Copyright © 2025 &#171;JustStudio.&#187;</span>
5858
</a>
5959
<br>
6060
</span>

0 commit comments

Comments
 (0)