16 lines
288 B
HTML
16 lines
288 B
HTML
<button class="mx-1 hover:opacity-50">
|
|
<mat-icon style="font-size: 30px; width: 30px; height: 30px">
|
|
@if(seatCategory().id ==1){
|
|
event_seat
|
|
}
|
|
@if(seatCategory().id == 2){
|
|
weekend
|
|
}
|
|
@if(seatCategory().id == 3){
|
|
chair
|
|
}
|
|
|
|
</mat-icon>
|
|
</button>
|
|
|