Skip to content

Commit

Permalink
[ Mobile ] [ Feat ] 메인세팅 버튼 변경 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
jamooooong committed Nov 4, 2024
1 parent 5a1914d commit 353b69e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/mobile/src/app/user/userSetting/main-setting/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ const MainSetting = ({ userSchool, userRegion }: MainSettingProps) => {
소속학교 == {userSchool || '학교 없음'}
</p>
<Link href="/school-setting">
<Button>변경</Button>
<Button size="sm">변경</Button>
</Link>
</div>
<p className={paragraphStyle2}>
Expand All @@ -63,7 +63,7 @@ const MainSetting = ({ userSchool, userRegion }: MainSettingProps) => {
소속지역 == {userRegion || '지역 없음'}
</p>
<Link href="/region-setting">
<Button>변경</Button>
<Button size="sm">변경</Button>
</Link>
</div>
<p className={paragraphStyle2}>소속지역를 변경할 수 있습니다.</p>
Expand Down

0 comments on commit 353b69e

Please sign in to comment.