diff --git a/backend/src/features/notifications/domain/email-layout/base-layout.ts b/backend/src/features/notifications/domain/email-layout/base-layout.ts index 2322cb6..d09344a 100644 --- a/backend/src/features/notifications/domain/email-layout/base-layout.ts +++ b/backend/src/features/notifications/domain/email-layout/base-layout.ts @@ -68,7 +68,7 @@ export function renderEmailLayout(content: string): string { Manage Email Preferences

- © 2025 MotoVaultPro. All rights reserved. + © {new Date().getFullYear()} MotoVaultPro. All rights reserved.

diff --git a/frontend/src/pages/HomePage.tsx b/frontend/src/pages/HomePage.tsx index b316cb3..2bba592 100644 --- a/frontend/src/pages/HomePage.tsx +++ b/frontend/src/pages/HomePage.tsx @@ -252,7 +252,7 @@ export const HomePage = () => {