Skip to content

Commit

Permalink
Merge pull request #114 from Goorm-Lucky7/develop/hotfixShare
Browse files Browse the repository at this point in the history
[PR] HotFix: 클래스명 변경
  • Loading branch information
j2an777 authored Jul 3, 2024
2 parents 9520f50 + df8af7f commit 019d692
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions src/pages/info/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ const InfoPage = () => {
typography="t7"
color="gray300"
bold="thin"
className="originalText"
className="reactText"
onClick={() => {
customNavigate(`/review/${galleryId}`);
}}
Expand All @@ -169,7 +169,7 @@ const InfoPage = () => {
typography="t7"
color="gray300"
bold="thin"
className="reactText"
className="originalText"
onClick={() => {
customNavigate(`/review/${galleryId}`);
}}
Expand Down
2 changes: 1 addition & 1 deletion src/pages/info/styles.ts
Original file line number Diff line number Diff line change
Expand Up @@ -260,4 +260,4 @@ export const StarBox = styled.div`
@media (max-width : 500px) {
display : none;
}
`;
`;

0 comments on commit 019d692

Please sign in to comment.