From 3f7c8d1917ae887ca51a5524a3870f1822c335ca Mon Sep 17 00:00:00 2001 From: Jacky Zhao Date: Tue, 25 Jul 2023 21:11:06 -0700 Subject: [PATCH] fix formatting --- quartz/components/pages/TagContent.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/quartz/components/pages/TagContent.tsx b/quartz/components/pages/TagContent.tsx index 2a9dfcad..5300cce4 100644 --- a/quartz/components/pages/TagContent.tsx +++ b/quartz/components/pages/TagContent.tsx @@ -48,7 +48,10 @@ function TagContent(props: QuartzComponentProps) { #{tag} -

{pages.length} items with this tag. {pages.length > numPages && `Showing first ${numPages}.`}

+

+ {pages.length} items with this tag.{" "} + {pages.length > numPages && `Showing first ${numPages}.`} +

)