From 0f3abe47e5627c6bcfbad7d44fc5e7af8aa0be90 Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 21 Apr 2025 20:06:24 +0200 Subject: [PATCH] mail page fix design --- app/courrier/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/courrier/page.tsx b/app/courrier/page.tsx index 40e5376f..f05d85d7 100644 --- a/app/courrier/page.tsx +++ b/app/courrier/page.tsx @@ -410,7 +410,7 @@ function getReplyBody(email: Email, type: 'reply' | 'reply-all' | 'forward' = 'r

Subject: ${email.subject}

To: ${email.to}

${email.cc ? `

Cc: ${email.cc}

` : ''} -
+
${content}
`; @@ -419,7 +419,7 @@ function getReplyBody(email: Email, type: 'reply' | 'reply-all' | 'forward' = 'r

On ${new Date(email.date).toLocaleString()}, ${email.from} wrote:

-
+
${content}
`;