Skip to content

Commit

Permalink
Chore: mobile text 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
gahyuun committed Jan 28, 2024
1 parent 37cbf6e commit b31f48f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/mobile/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const Mobile = () => {
PC에서 접속해 주세요!
</TextBox>
<Image preview={false} src={PCImage} alt="pc 이미지" />
<TextBox typography="body1" fontWeight={400}>
<TextBox typography="body2" fontWeight={400}>
본 서비스는 PC 버전에 최적화되어있습니다.
</TextBox>
<TextBox typography="h4" fontWeight={700}>
Expand All @@ -37,5 +37,5 @@ const StyledContainer = styled.section`
flex-direction: column;
align-items: center;
justify-content: center;
gap: 12px;
gap: 8px;
`;

0 comments on commit b31f48f

Please sign in to comment.