Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge Banner Removal #4232

Merged
merged 7 commits into from
Jul 31, 2024
11 changes: 0 additions & 11 deletions cllc-public-app/ClientApp/src/app/app.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,6 @@
</div>
</header>

<section>
<div style="background: red; color: #ffffff; padding-left: 25px; padding-right: 25px; font-weight: bold; text-align: center;">
<br>
There will be a scheduled system update on July 31, 2024 between 6 and 7 am PT. The liquor and cannabis licensing portal will not be available during that time.
<br>
We apologize for any inconvenience.
<br>
<br>
</div>
</section>

<div *ngIf="showBceidTermsOfUse()">
<main class="app-content">
<app-bceid-confirmation (reloadUser)="reloadUser()" [currentUser]="currentUser"></app-bceid-confirmation>
Expand Down