From dc360d31830bceccc0bb19a2540d692a39bbec77 Mon Sep 17 00:00:00 2001 From: lora322 <39804183+lora322@users.noreply.github.com> Date: Fri, 19 Sep 2025 12:39:03 -0400 Subject: [PATCH 1/2] Update copyright year from 2024 to 2025 --- frontend/src/pages/login.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/pages/login.tsx b/frontend/src/pages/login.tsx index 2309c29..9b83587 100644 --- a/frontend/src/pages/login.tsx +++ b/frontend/src/pages/login.tsx @@ -361,7 +361,7 @@ export default function Login() {

- © 2024 {title}.{' '} + © 2025 {title}.{' '} {t('pages.login.footer.copyright', { defaultValue: '© All rights reserved', })} From 2aabe9d930f51179b643cf04f3b1f3c345aaf947 Mon Sep 17 00:00:00 2001 From: lora322 <39804183+lora322@users.noreply.github.com> Date: Fri, 19 Sep 2025 20:22:16 -0400 Subject: [PATCH 2/2] Modify color values in tailwind.config.js --- frontend/tailwind.config.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/frontend/tailwind.config.js b/frontend/tailwind.config.js index 18b162f..1f65c30 100644 --- a/frontend/tailwind.config.js +++ b/frontend/tailwind.config.js @@ -51,7 +51,7 @@ module.exports = { text: '#45B26B', }, pavitra: { - blue: '#0162FD', + blue: '#244E5E', green: '#00B448', orange: '#FFAA00', red: '#F20041', @@ -67,8 +67,8 @@ module.exports = { pastelEmeraldTheme: { text: '#515564', iconsColor: '#030A0D', - mainBG: '#DFECF2', - buttonColor: '#030A0D', + mainBG: '#FFFFFF', + buttonColor: '#244E5E', outsideCardColor: '#D0E1E9', cardColor: '#DFECF2', webSiteComponentBg: '#030A0D',