fix: update default logo URL in base email template
This commit is contained in:
@@ -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>
|
||||||
|
|||||||
Reference in New Issue
Block a user