등록버튼 추가
This commit is contained in:
parent
6ddc2850d4
commit
c845303bc6
|
@ -11,6 +11,13 @@
|
|||
</div>
|
||||
<!-- Title -->
|
||||
<div class="text-4xl font-extrabold tracking-tight">고객센터 템플릿</div>
|
||||
<div class="flex shrink-0 items-center mt-6 sm:mt-0 sm:ml-4">
|
||||
<!-- Add product button -->
|
||||
<button class="ml-4" mat-flat-button [color]="'primary'">
|
||||
<mat-icon [svgIcon]="'heroicons_outline:plus'"></mat-icon>
|
||||
<span class="ml-2 mr-1">등록</span>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- Main -->
|
||||
|
|
Loading…
Reference in New Issue
Block a user