From 593f8b0aed68034fc3e66ef71e01f1fe280f6a3f Mon Sep 17 00:00:00 2001 From: cromelex <96779452+cromelex@users.noreply.github.com> Date: Thu, 15 May 2025 23:53:25 +0100 Subject: [PATCH] feat:ReplyByEmail button fix formatting --- quartz/components/ReplyByEmail.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/quartz/components/ReplyByEmail.tsx b/quartz/components/ReplyByEmail.tsx index 37a6baa6c..7c1b751dd 100644 --- a/quartz/components/ReplyByEmail.tsx +++ b/quartz/components/ReplyByEmail.tsx @@ -41,11 +41,11 @@ const ReplyByEmail: QuartzComponent = ({ if (shouldDisplay) { return (
- -
+ ) } else { return null