Skip to content

Commit

Permalink
Update company-reservations.component.html
Browse files Browse the repository at this point in the history
  • Loading branch information
andreromao authored Feb 23, 2024
1 parent 620540e commit aca40eb
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<div class="canvas-wrapper">

<div class="canvas" *ngIf="limitedStands">
<app-venue-image (standClick)="clickStandFromCanvas($event)" [maxHeight]="55" [maxWidth]="100%"
<app-venue-image (standClick)="clickStandFromCanvas($event)" [maxHeight]="55" [maxWidth]="55"
[state]="canvasState">
</app-venue-image>
<h5>Stands</h5>
Expand Down Expand Up @@ -210,4 +210,4 @@ <h6>{{ 'reservationWarning.msg5' | translate }}</h6>
<button class="btn btn-success" (click)="modal.close('Confirmed')">{{ 'reservationWarning.confirm' | translate
}}</button>
</div>
</ng-template>
</ng-template>

0 comments on commit aca40eb

Please sign in to comment.