From 8e3eb326313f28728fdc673d3ef0a0f05c5ddd05 Mon Sep 17 00:00:00 2001 From: charlesgauthereau Date: Tue, 30 Dec 2025 11:07:45 +0100 Subject: [PATCH] Adding support light and dark in email layout, by changing the Portabase logo. --- src/components/emails/email-layout.tsx | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/src/components/emails/email-layout.tsx b/src/components/emails/email-layout.tsx index e20b2433..f3838af4 100644 --- a/src/components/emails/email-layout.tsx +++ b/src/components/emails/email-layout.tsx @@ -10,11 +10,19 @@ export const EmailLayout = ({ children, preview }: PropsWithChildren<{ preview?: - {preview ? {preview} : Please check your mails} - - - Logo -
{children}
+ + {preview ? {preview} : Please check your mails} + +
+ Logo +
+ {children}