From f0b4997cd54cc752f3ed82a88b231e7de1cfe40c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=EC=A1=B0=EB=8C=80=ED=9D=AC?= <joedaehui@ajou.ac.kr>
Date: Sun, 8 Dec 2024 20:28:59 +0900
Subject: [PATCH] =?UTF-8?q?style:=20cursor-not-allowed=20=EC=B6=94?=
 =?UTF-8?q?=EA=B0=80=20(#13)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 src/pages/SchedulePage.jsx | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/pages/SchedulePage.jsx b/src/pages/SchedulePage.jsx
index d072524..f352172 100644
--- a/src/pages/SchedulePage.jsx
+++ b/src/pages/SchedulePage.jsx
@@ -312,7 +312,7 @@ const SchedulePage = () => {
       <div
         key={slotIndex}
         className={`p-2 border ${schedule
-          ? `${getColorForTitle(schedule.title)} text-white
+          ? `${getColorForTitle(schedule.title)} text-white cursor-not-allowed
                ${!isFirstSlot && !isLastSlot ? 'border-t-0 border-b-0' : ''}
                ${!isFirstSlot ? 'border-t-0' : ''}
                ${!isLastSlot ? 'border-b-0' : ''}`
-- 
GitLab