From d6466a69033b8cec66f7d6adb13822dbac0400a3 Mon Sep 17 00:00:00 2001 From: caadiq Date: Wed, 31 Dec 2025 22:31:26 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=EB=85=84=EC=9B=94=20=EC=84=A0?= =?UTF-8?q?=ED=83=9D=20UI=20=EA=B0=9C=EC=84=A0:=20=EB=93=9C=EB=A1=AD?= =?UTF-8?q?=EB=8B=A4=EC=9A=B4=20=EC=95=84=EC=9D=B4=EC=BD=98=20=EC=B6=94?= =?UTF-8?q?=EA=B0=80,=20=EB=A0=88=EC=9D=B4=EB=B8=94=20=EA=B0=80=EC=9A=B4?= =?UTF-8?q?=EB=8D=B0=20=EC=A0=95=EB=A0=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/pages/pc/Schedule.jsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/frontend/src/pages/pc/Schedule.jsx b/frontend/src/pages/pc/Schedule.jsx index 71276bf..e8e4c59 100644 --- a/frontend/src/pages/pc/Schedule.jsx +++ b/frontend/src/pages/pc/Schedule.jsx @@ -1,6 +1,6 @@ import { useState } from 'react'; import { motion, AnimatePresence } from 'framer-motion'; -import { Clock, MapPin, Users, ChevronLeft, ChevronRight } from 'lucide-react'; +import { Clock, MapPin, Users, ChevronLeft, ChevronRight, ChevronDown } from 'lucide-react'; import { schedules } from '../../data/dummy'; function Schedule() { @@ -106,9 +106,10 @@ function Schedule() {