Skip to content

Commit

Permalink
LCSD-6450: Add bullet to SEP Drink Calculator (#4332)
Browse files Browse the repository at this point in the history
* add additional bullet on SEP app

* revert package change
  • Loading branch information
vijaivir authored Dec 5, 2024
1 parent 02f4743 commit 5381566
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ <h3>Enter the number of each drink type appropriate for your event:</h3>
</ng-container>

<mat-form-field appearance="outline" floatLabel="always" *ngIf="hideGuestsAndHours">
<mat-label *ngIf="!canRaisePrice()">Max Drink Price (inc. PST)</mat-label>
<mat-label *ngIf="!canRaisePrice()">Max Drink Price (inc. PST)<sup>*ⱡ</sup></mat-label>
<mat-label *ngIf="canRaisePrice()">Avg. Drink Price (inc. PST)</mat-label>
<input matInput [formControlName]="getAVControlName(item.group)" class="average-price"
placeholder="0.00"
Expand All @@ -147,7 +147,7 @@ <h3>Enter the number of each drink type appropriate for your event:</h3>
</div> <!-- ngFor -->
</div>
<p *ngIf="!canRaisePrice()" style="text-align: center;"><small>*The maximum
sales price for drinks cannot exceed the price set by the Branch for non-charitable events.</small></p>
sales price for drinks cannot exceed the price set by the Branch for non-charitable events.<br><sup></sup> If your venue is in a local government that requires a single-use cup charge, do not include the single-use cup charge in the max drink price. </small></p>

<!-- Drink Totals -->

Expand Down

0 comments on commit 5381566

Please sign in to comment.