fix: remove type from bottom of announcements oops
All checks were successful
Node.js CI / Lint and Test (push) Successful in 1m8s

This commit is contained in:
2025-07-05 19:56:34 -07:00
parent f395f578eb
commit af33e704a4

View File

@ -13,7 +13,6 @@
<span class="date"> {{ announcement.createdAt | date: "mediumDate" }}</span>
</p>
<markdown [data]="announcement.content"></markdown>
<p class="type">Type: {{ announcement.type }}</p>
</div>
<div class="no-announcements" *ngIf="!announcements.length">
<p>There are no announcements at this time.</p>