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}.`} +

)