generated from nhcarrigan/template
fix: remove type from bottom of announcements oops
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m8s
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m8s
This commit is contained in:
@ -13,7 +13,6 @@
|
|||||||
<span class="date"> {{ announcement.createdAt | date: "mediumDate" }}</span>
|
<span class="date"> {{ announcement.createdAt | date: "mediumDate" }}</span>
|
||||||
</p>
|
</p>
|
||||||
<markdown [data]="announcement.content"></markdown>
|
<markdown [data]="announcement.content"></markdown>
|
||||||
<p class="type">Type: {{ announcement.type }}</p>
|
|
||||||
</div>
|
</div>
|
||||||
<div class="no-announcements" *ngIf="!announcements.length">
|
<div class="no-announcements" *ngIf="!announcements.length">
|
||||||
<p>There are no announcements at this time.</p>
|
<p>There are no announcements at this time.</p>
|
||||||
|
Reference in New Issue
Block a user