Skip to content

Commit

Permalink
desing: 버튼의 명칭 정확하게 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
llddang committed Dec 19, 2024
1 parent 906b004 commit bd2abef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export default function AdminMyPageInfoForm({ info }: AdminMyPageInfoFormProps)
className="rounded-md bg-primary-main px-4 py-2 font-bold text-white transition-colors hover:bg-primary-dark"
disabled={isSubmitting}
>
변경
내 정보 수정
</button>
</Form>
)}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export default function AdminMyPagePasswordForm() {
className="rounded-md bg-primary-main px-4 py-2 font-bold text-white transition-colors hover:bg-primary-dark"
disabled={isSubmitting}
>
변경
비밀번호 변경
</button>
</Form>
)}
Expand Down

0 comments on commit bd2abef

Please sign in to comment.