Got rid of trash can icon per meeting

This commit is contained in:
vraj545
2026-03-06 16:48:49 -05:00
parent 0f7ce76d63
commit dae3d0d22b
2 changed files with 9 additions and 9 deletions
@@ -2,7 +2,7 @@
<p class="content">{{ event().content }}</p>
<div class="action-icons">
<button class="icon-btn" title="Edit">&#9998;</button>
<button class="icon-btn" title="Delete">&#128465;</button>
<!-- <button class="icon-btn" title="Delete">&#128465;</button> -->
</div>
<span class="author">{{ event().createdByName }}</span>
<span class="date">{{ event().createdAt | date:'MMM d, y' }}</span>