diff --git a/src/components/CategoryPage.astro b/src/components/CategoryPage.astro index 36520bd..76996b9 100644 --- a/src/components/CategoryPage.astro +++ b/src/components/CategoryPage.astro @@ -2,4 +2,14 @@ const { url, title, description } = Astro.props; --- + +
  • {title}

    {description}

  • \ No newline at end of file