From d309b0f56bf4f2ca416dd1db84c1951b365352b5 Mon Sep 17 00:00:00 2001 From: Korbs Date: Sun, 7 Jul 2024 03:54:00 -0400 Subject: [PATCH] Use different tag --- src/layouts/Category.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/layouts/Category.astro b/src/layouts/Category.astro index 2ced1e1..be41dfe 100644 --- a/src/layouts/Category.astro +++ b/src/layouts/Category.astro @@ -35,7 +35,7 @@ const heroItem = data.slice(0,1)
{heroItem.map((data) => - + )}