Skip to content

Commit

Permalink
style(member): change password resend label text at MemberSettingModal
Browse files Browse the repository at this point in the history
  • Loading branch information
SWARVY committed Sep 23, 2024
1 parent 8606c25 commit a11aa65
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function MemberSettingModal({ memberId, name, role }: Props) {
</Button>
</div>
<div className="flex flex-col">
<label className="ml-1 text-left text-xs">사용자 비밀번호 찾기</label>
<label className="ml-1 text-left text-xs">비밀번호 재전송</label>
<div className="flex justify-between">
<p className="p-1.5 text-left text-sm">
<span className="font-bold text-red-400">
Expand Down

0 comments on commit a11aa65

Please sign in to comment.