Skip to content

Commit 97534e1

Browse files
committed
fix: change footer year
1 parent 8b2280f commit 97534e1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

frontend/src/components/Footer.astro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ const currentYear = new Date().getFullYear();
99
<content>
1010
<Logo />
1111
<p>
12-
© 2024 {currentYear !== 2024 && `- ${currentYear}`}
12+
© 2025 {currentYear !== 2025 && `- ${currentYear}`}
1313
<span class="project-name"
1414
>{Application.name} by Alejo Sarmiento</span
1515
>

0 commit comments

Comments
 (0)