drew updates

This commit is contained in:
Matt Hill
2021-06-23 11:34:54 -06:00
committed by Aiden McClelland
parent 97b5f17f4a
commit 56f9bd4b89
21 changed files with 257 additions and 33 deletions

View File

@@ -2,9 +2,12 @@
<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}}
{{ params.title }}
</ion-label>
</div>
<div class="long-message" [innerHTML]="params.notes | markdown"></div>
<div *ngFor="let note of params.notes | keyvalue : asIsOrder">
<h2>{{ note.key }}</h2>
<div class="long-message" [innerHTML]="note.value | markdown"></div>
</div>
</div>
</div>