회원정보수정

This commit is contained in:
이담 정 2022-09-26 07:04:33 +00:00
parent b9040b6fb8
commit bfa7f4982d

View File

@ -3,7 +3,7 @@
<div
class="flex flex-0 items-center justify-between h-16 pr-3 sm:pr-5 pl-6 sm:pl-8 bg-primary text-on-primary"
>
<div class="text-lg font-medium">회원가입</div>
<div class="text-lg font-medium">회원정보수정</div>
<button mat-icon-button (click)="saveAndClose()" [tabIndex]="-1">
<mat-icon
class="text-current"
@ -120,7 +120,7 @@
(click)="send()"
[disabled]="isSendDisable"
>
회원가입
비밀번호변경
</button>
</div>
</div>