fix: update default logo URL in base email template

This commit is contained in:
pradeepkumar
2026-04-20 12:40:59 +05:30
parent 0d063b2b6b
commit 37df1f49d4

View File

@@ -6,7 +6,7 @@
*/ */
export function getBaseTemplate(content: string, logoUrl?: string): string { 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 ` return `
<!DOCTYPE html> <!DOCTYPE html>