diff --git a/src/ui/modules/blog/BlogFrontpage/Paginated.tsx b/src/ui/modules/blog/BlogFrontpage/Paginated.tsx index d574c2e..d37e8a1 100644 --- a/src/ui/modules/blog/BlogFrontpage/Paginated.tsx +++ b/src/ui/modules/blog/BlogFrontpage/Paginated.tsx @@ -17,7 +17,7 @@ export default function Paginated({ posts }: { posts: Sanity.BlogPost[] }) { useEffect(resetPage, [selected]) return ( - <> +
- +
) }