Jacky Zhao
2023-07-26 1c1a56902371d20e35ad3849cc806a2272f8e8df
fix formatting
1 files modified
5 ■■■■ changed files
quartz/components/pages/TagContent.tsx 5 ●●●● patch | view | raw | blame | history
quartz/components/pages/TagContent.tsx
@@ -48,7 +48,10 @@
                    #{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>
            )