bring back startup alerts

This commit is contained in:
Matt Hill
2021-07-14 22:46:30 -06:00
committed by Aiden McClelland
parent 48632271d5
commit 301a19d644
61 changed files with 329 additions and 291 deletions

View File

@@ -1,8 +1,9 @@
<div class="slide-content">
<div style="margin-top: 25px;">
<div style="margin: 15px; display: flex; justify-content: center; align-items: center;">
<ion-label [color]="params.titleColor" style="font-size: xx-large; font-weight: bold;">
{{ params.title }}
<ion-label [color]="params.titleColor">
<h1>{{ params.title }}</h1>
<h2>{{ params.headline }}</h2>
</ion-label>
</div>
<div *ngFor="let note of params.notes | keyvalue : asIsOrder">