Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jackyzha0 committed Jul 26, 2023
1 parent cee2883 commit 1c1a569
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion quartz/components/pages/TagContent.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,10 @@ function TagContent(props: QuartzComponentProps) {
#{tag}
</a>
</h2>
<p>{pages.length} items with this tag. {pages.length > numPages && `Showing first ${numPages}.`}</p>
<p>
{pages.length} items with this tag.{" "}
{pages.length > numPages && `Showing first ${numPages}.`}
</p>
<PageList limit={numPages} {...listProps} />
</div>
)
Expand Down

0 comments on commit 1c1a569

Please sign in to comment.