From 60b750c2241667be14ff7b72656a2a52742883eb Mon Sep 17 00:00:00 2001 From: Kevin Stadler Date: Wed, 27 Nov 2024 10:45:05 +0100 Subject: [PATCH] style: fix work page layout --- app/[locale]/works/[id_or_category]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/[locale]/works/[id_or_category]/page.tsx b/app/[locale]/works/[id_or_category]/page.tsx index 83dd0c7..6935b47 100644 --- a/app/[locale]/works/[id_or_category]/page.tsx +++ b/app/[locale]/works/[id_or_category]/page.tsx @@ -19,7 +19,7 @@ export default function WorksPage(props: WorksPageProps) { const t = useTranslations("InstantSearch"); return ( - +