diff --git a/src/components/RelatedItems/index.astro b/src/components/RelatedItems/index.astro index 4de7cafc49..683c029652 100644 --- a/src/components/RelatedItems/index.astro +++ b/src/components/RelatedItems/index.astro @@ -26,21 +26,35 @@ const { title, items, class: className } = Astro.props;

{title}

diff --git a/src/layouts/SketchesLayout.astro b/src/layouts/SketchesLayout.astro index 0c8481b840..ff1a9e448c 100644 --- a/src/layouts/SketchesLayout.astro +++ b/src/layouts/SketchesLayout.astro @@ -26,7 +26,11 @@ const { entries, totalNumSketches, currentPage } = Astro.props;