From 5c1f11f3e60edac022ad0e01e98b91c120ed532b Mon Sep 17 00:00:00 2001 From: darxh Date: Mon, 5 Jan 2026 23:37:04 +0530 Subject: [PATCH 1/2] fix: correct grammar in footer text --- src/components/core/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/core/Footer.tsx b/src/components/core/Footer.tsx index 9125214..e78dcc3 100644 --- a/src/components/core/Footer.tsx +++ b/src/components/core/Footer.tsx @@ -64,7 +64,7 @@ export default function Footer() { />

- Build with ❤️{" "} + Built with ❤️{" "} Ram From 22dba31fa1267eaff20c08bd290853d1c4cd0515 Mon Sep 17 00:00:00 2001 From: darxh Date: Mon, 5 Jan 2026 23:43:58 +0530 Subject: [PATCH 2/2] fix: make copyright year dynamic --- src/components/core/Footer.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/core/Footer.tsx b/src/components/core/Footer.tsx index e78dcc3..d427b80 100644 --- a/src/components/core/Footer.tsx +++ b/src/components/core/Footer.tsx @@ -42,7 +42,7 @@ export default function Footer() { ))}

- © 2024 Notes Buddy. All rights reserved. + © {new Date().getFullYear()} Notes Buddy. All rights reserved.