From ce644c31e13d994235884de4c8e18d9e2b40e5c7 Mon Sep 17 00:00:00 2001 From: elpatron Date: Tue, 7 Oct 2025 10:44:30 +0200 Subject: [PATCH] feat: Offizielle Social-Media-Icons in E-Mails MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Ersetze Emojis (📷 🎵) durch offizielle SVG-Icons - Gleiche Icons wie auf der Startseite (Instagram & TikTok) - Inline SVG für bessere Darstellung in E-Mail-Clients - Icons sind 16x16px mit margin-right für besseren Abstand --- src/server/lib/email-templates.ts | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/server/lib/email-templates.ts b/src/server/lib/email-templates.ts index 2fa3d64..b969d8f 100644 --- a/src/server/lib/email-templates.ts +++ b/src/server/lib/email-templates.ts @@ -58,12 +58,18 @@ async function renderBrandedEmail(title: string, bodyHtml: string): Promise ${instagramProfile ? ` - 📷 Instagram + + + + Instagram ` : ''} ${tiktokProfile ? ` - 🎵 TikTok + + + + TikTok ` : ''}