From 068db991a4f15555a3aa762643b159c65f58b542 Mon Sep 17 00:00:00 2001 From: Eric Gullickson <16152721+ericgullickson@users.noreply.github.com> Date: Sun, 11 Jan 2026 19:51:34 -0600 Subject: [PATCH] chore: Update footer --- .../features/notifications/domain/email-layout/base-layout.ts | 2 +- frontend/src/pages/HomePage.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 = () => {