diff --git a/src/email/templates/base.template.ts b/src/email/templates/base.template.ts index 81e8783..b7e5e03 100644 --- a/src/email/templates/base.template.ts +++ b/src/email/templates/base.template.ts @@ -6,7 +6,7 @@ */ export function getBaseTemplate(content: string, logoUrl?: string): string { - const logoSrc = logoUrl || 'https://prod.re-quest.com/assets/images/splash-logo.png'; + const logoSrc = logoUrl || 'https://re-quest.com/assets/images/splash-logo.png'; return `