From 4c03e14e57020d2c9faa10cecc44ee8204177a8d Mon Sep 17 00:00:00 2001 From: alma Date: Mon, 21 Apr 2025 20:04:41 +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 f05d85d7..40e5376f 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}
+
`;