From c7c5cbd806fe5d19c51833b8fe08d562c1094c70 Mon Sep 17 00:00:00 2001 From: Yeolyi Date: Sat, 6 Apr 2024 21:26:12 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20400.XXX=EA=B0=80=20url=EB=90=98=EB=8A=94?= =?UTF-8?q?=20=EB=AC=B8=EC=A0=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/[locale]/page.tsx | 2 +- .../[roomName]/helper/modals/ReservationDetailModal.tsx | 2 +- components/editor/HTMLViewer.tsx | 3 ++- components/main/NoticeSection.tsx | 2 +- 4 files changed, 5 insertions(+), 4 deletions(-) diff --git a/app/[locale]/page.tsx b/app/[locale]/page.tsx index c254cf486..9d9d49c93 100644 --- a/app/[locale]/page.tsx +++ b/app/[locale]/page.tsx @@ -78,7 +78,7 @@ const ImportantSectionArrow = () => ( const LinkSection = () => { return ( -
+

바로가기

diff --git a/app/[locale]/reservations/[roomType]/[roomName]/helper/modals/ReservationDetailModal.tsx b/app/[locale]/reservations/[roomType]/[roomName]/helper/modals/ReservationDetailModal.tsx index b720ee0c7..9342c60f0 100644 --- a/app/[locale]/reservations/[roomType]/[roomName]/helper/modals/ReservationDetailModal.tsx +++ b/app/[locale]/reservations/[roomType]/[roomName]/helper/modals/ReservationDetailModal.tsx @@ -67,7 +67,7 @@ function ReservationDetailModal({ reservation }: { reservation: Reservation }) { return ( -
+

{reservation.title}

diff --git a/components/main/NoticeSection.tsx b/components/main/NoticeSection.tsx index 523dcb28d..e9be49cc1 100644 --- a/components/main/NoticeSection.tsx +++ b/components/main/NoticeSection.tsx @@ -18,7 +18,7 @@ export default function NoticeSection({ allMainNotice }: { allMainNotice: AllMai return (
-
+

공지사항