From 5bae25eca1a204204c27225ecd29cea11b4814e3 Mon Sep 17 00:00:00 2001 From: zepp Date: Sun, 9 Mar 2025 18:30:02 -0400 Subject: [PATCH] adjust position of styling tag for consistency --- src/components/CategoryPage.astro | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/components/CategoryPage.astro b/src/components/CategoryPage.astro index 76996b9..6be4b98 100644 --- a/src/components/CategoryPage.astro +++ b/src/components/CategoryPage.astro @@ -2,6 +2,8 @@ const { url, title, description } = Astro.props; --- +
  • {title}

    {description}

  • + - -
  • {title}

    {description}

  • \ No newline at end of file + \ No newline at end of file