From d0480a571edcbcd020f5fbcb5ad5c89eaf852d48 Mon Sep 17 00:00:00 2001 From: barraIhsan <57800056+barraIhsan@users.noreply.github.com> Date: Fri, 8 Nov 2024 09:03:41 +0700 Subject: [PATCH] chore: change footer text --- src/components/Footer.astro | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/components/Footer.astro b/src/components/Footer.astro index 9ffccca..8d0b455 100644 --- a/src/components/Footer.astro +++ b/src/components/Footer.astro @@ -1,7 +1,11 @@ +--- +const year = new Date().getFullYear(); +--- +