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