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