From cbd36b503fe022b0f17429f335484bbc41fa026c Mon Sep 17 00:00:00 2001 From: mauro-balades Date: Mon, 23 Sep 2024 11:33:24 +0200 Subject: [PATCH] Refactor marketplace component to use responsive layout --- src/components/marketplace.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/marketplace.tsx b/src/components/marketplace.tsx index ebbf8c0..5069958 100644 --- a/src/components/marketplace.tsx +++ b/src/components/marketplace.tsx @@ -11,7 +11,7 @@ export default function MarketplacePage({ themes }: { themes: ZenTheme[] }) { const [tags, setTags] = React.useState(["all"]); return ( -
+