From 53b06f7c4d79b16f701d10537c2ccb26cd77db97 Mon Sep 17 00:00:00 2001 From: yellomello Date: Thu, 3 Oct 2024 18:53:39 -0400 Subject: [PATCH] Updated Copyright Footer Year from 2020 to 2024 on the Login Page --- src/components/Copyright.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Copyright.jsx b/src/components/Copyright.jsx index ca1a155..96f26e1 100644 --- a/src/components/Copyright.jsx +++ b/src/components/Copyright.jsx @@ -8,7 +8,7 @@ export default () => { Healthcaring KW Health Centre - {" 2020"} + {" 2024"} ); };