From 3b62f5a6215d8e5a84a4666d78cc455c77c0b3e4 Mon Sep 17 00:00:00 2001 From: Eric Gullickson <16152721+ericgullickson@users.noreply.github.com> Date: Wed, 18 Feb 2026 20:32:28 -0600 Subject: [PATCH] fix: Email Logo URL --- .../features/notifications/domain/email-layout/base-layout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 befe414..5ecdec1 100644 --- a/backend/src/features/notifications/domain/email-layout/base-layout.ts +++ b/backend/src/features/notifications/domain/email-layout/base-layout.ts @@ -7,7 +7,7 @@ import { EMAIL_STYLES } from './email-styles'; // External logo URL - hosted on GitHub for reliability -const LOGO_URL = 'https://raw.githubusercontent.com/ericgullickson/images/c58b0e4773e8395b532f97f6ab529e38ea4dc8be/motovaultpro-auth0-small.png'; +const LOGO_URL = 'https://motovaultpro.com/images/logos/motovaultpro-auth0-small.png'; /** * Renders the complete HTML email layout with branding