From 91a59fea5c53fc414655fa4614e13ad2e9f9c7a0 Mon Sep 17 00:00:00 2001 From: Kye Date: Mon, 22 Jan 2024 21:55:41 +1100 Subject: [PATCH] Update copyright year in footer --- src/components/Footer.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 3b36a1d..e6309bb 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -4,6 +4,6 @@ const currentYear = new Date().getFullYear();
- © {currentYear === 2022 ? currentYear : `2022 - ${currentYear}`} PlayCover. All rights reserved. + © {`2022 - ${currentYear}`} PlayCover. All rights reserved.
\ No newline at end of file