From d5b1873f8372a424b8f2816bb314b9297aa73251 Mon Sep 17 00:00:00 2001 From: "diana.dolgolyova" Date: Tue, 10 Mar 2026 20:08:38 +0300 Subject: [PATCH] =?UTF-8?q?fix:=20schedule=20grid=20columns=20for=20=D0=9C?= =?UTF-8?q?=D0=B0=D1=88=D0=B5=D1=80=D0=BE=D0=B2=D0=B0=20=E2=80=94=20use=20?= =?UTF-8?q?literal=20Tailwind=20classes?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dynamic class concatenation ("xl:grid-cols-" + n) isn't detected by Tailwind's scanner. Use explicit literal class names for 5/6/7 columns. Co-Authored-By: Claude Opus 4.6 --- src/components/sections/Schedule.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/sections/Schedule.tsx b/src/components/sections/Schedule.tsx index ae6979c..3c9384a 100644 --- a/src/components/sections/Schedule.tsx +++ b/src/components/sections/Schedule.tsx @@ -358,7 +358,7 @@ export function Schedule() {