From e39011df97cef39eb3aa0a853dd4fc9fb2f226d5 Mon Sep 17 00:00:00 2001 From: Dan Date: Sun, 3 Mar 2024 11:48:02 +0300 Subject: [PATCH] fix: inconsistent breakpoint --- app/schedule/[category]/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/schedule/[category]/page.tsx b/app/schedule/[category]/page.tsx index cf77435..f84103d 100755 --- a/app/schedule/[category]/page.tsx +++ b/app/schedule/[category]/page.tsx @@ -38,7 +38,7 @@ export default async function Page({ params: { category } }: Props) { const categoryInfo = getCategoryInfoBySlug(category); return ( -
+