From e133c4864640a66a6edfc0cce4289217192dc622 Mon Sep 17 00:00:00 2001 From: gn00py48 Date: Mon, 7 Oct 2024 16:56:53 +0900 Subject: [PATCH] =?UTF-8?q?[Fix]=20font=20name,=20linenow=20=EC=82=B4?= =?UTF-8?q?=EB=A6=AC=EA=B8=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 1 + ...SquareRoundOTFB.otf => NanumSquareRoundOTFB.ttf} | Bin src/components/common/BoothDetail/BoothDetail.jsx | 10 ++++++++++ src/pages/booth/BoothPage.jsx | 3 +++ 4 files changed, 14 insertions(+) rename public/fonts/{NanumSquareRoundOTFB.otf => NanumSquareRoundOTFB.ttf} (100%) diff --git a/index.html b/index.html index de90663..073db17 100644 --- a/index.html +++ b/index.html @@ -3,6 +3,7 @@ + { prevIndex === totalImages - 1 ? 0 : prevIndex + 1 ); }; + const MoveonTabling = (tabling_link) => { + window.open(`${tabling_link}`, "_blank"); + }; return ( @@ -125,6 +129,12 @@ export const BoothDetail = ({ onClose, booth_id, boothInfo }) => { + {boothInfo.is_reservable === true && ( + MoveonTabling(boothDetailData.tabling_link)} + > + )} ); }; diff --git a/src/pages/booth/BoothPage.jsx b/src/pages/booth/BoothPage.jsx index 2574d7e..ac5f7d8 100644 --- a/src/pages/booth/BoothPage.jsx +++ b/src/pages/booth/BoothPage.jsx @@ -577,6 +577,9 @@ export const BoothPage = () => { + + 부스 클릭 시 테이블링 예약 링크로 이동 가능합니다. + {filteredData && filteredData.length > 0 ? ( filteredData.map((booth) => (