From f2551acb2bf82d12ef1b272a5012c88f4f80b166 Mon Sep 17 00:00:00 2001 From: Eunseo Sim <55528304+simeunseo@users.noreply.github.com> Date: Sun, 30 Jun 2024 14:34:49 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20SlotTitle=20=EB=82=B4=20Text=EC=97=90=20?= =?UTF-8?q?key=20=EC=82=AD=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/timetableComponents/parts/Slot.tsx | 1 + src/components/timetableComponents/parts/SlotTitle.tsx | 4 ++-- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/components/timetableComponents/parts/Slot.tsx b/src/components/timetableComponents/parts/Slot.tsx index 355fd68a..a8775479 100644 --- a/src/components/timetableComponents/parts/Slot.tsx +++ b/src/components/timetableComponents/parts/Slot.tsx @@ -1,4 +1,5 @@ import { ReactNode } from 'react'; + import styled from 'styled-components'; interface SlotProps { diff --git a/src/components/timetableComponents/parts/SlotTitle.tsx b/src/components/timetableComponents/parts/SlotTitle.tsx index 963c63b4..5c1d8c5e 100644 --- a/src/components/timetableComponents/parts/SlotTitle.tsx +++ b/src/components/timetableComponents/parts/SlotTitle.tsx @@ -18,10 +18,10 @@ function SlotTitle({ timeSlots }: SlotTitleProps) { {parsedTimeSlots.map((slot) => ( - + {slot} - + {''}