From df8af7f193d30e696abc01c5f4627202c7e48ea9 Mon Sep 17 00:00:00 2001 From: j2an777 Date: Wed, 3 Jul 2024 20:05:43 +0900 Subject: [PATCH] =?UTF-8?q?chore:=20=ED=81=B4=EB=9E=98=EC=8A=A4=EB=AA=85?= =?UTF-8?q?=20=EB=B3=80=EA=B2=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/info/index.tsx | 4 ++-- src/pages/info/styles.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/info/index.tsx b/src/pages/info/index.tsx index b105db0..e625f67 100644 --- a/src/pages/info/index.tsx +++ b/src/pages/info/index.tsx @@ -157,7 +157,7 @@ const InfoPage = () => { typography="t7" color="gray300" bold="thin" - className="originalText" + className="reactText" onClick={() => { customNavigate(`/review/${galleryId}`); }} @@ -169,7 +169,7 @@ const InfoPage = () => { typography="t7" color="gray300" bold="thin" - className="reactText" + className="originalText" onClick={() => { customNavigate(`/review/${galleryId}`); }} diff --git a/src/pages/info/styles.ts b/src/pages/info/styles.ts index 744e8b9..16ddd1c 100644 --- a/src/pages/info/styles.ts +++ b/src/pages/info/styles.ts @@ -260,4 +260,4 @@ export const StarBox = styled.div` @media (max-width : 500px) { display : none; } -`; +`; \ No newline at end of file