회원정보수정

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

View File

@ -3,7 +3,7 @@
<div <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" 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"> <button mat-icon-button (click)="saveAndClose()" [tabIndex]="-1">
<mat-icon <mat-icon
class="text-current" class="text-current"
@ -120,7 +120,7 @@
(click)="send()" (click)="send()"
[disabled]="isSendDisable" [disabled]="isSendDisable"
> >
회원가입 비밀번호변경
</button> </button>
</div> </div>
</div> </div>