From b978de6c9ed53611e242ca8fb617d8f36591e86f Mon Sep 17 00:00:00 2001 From: zepp Date: Sun, 9 Mar 2025 18:27:04 -0400 Subject: [PATCH] update styling for category component --- src/components/CategoryPage.astro | 10 ++++++++++ 1 file changed, 10 insertions(+) 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