Renamed announcements to news in community navigation

This commit is contained in:
Marcel Baumgartner 2024-01-16 16:18:38 +01:00
parent 79d860351c
commit 67c846ddc8

View file

@ -10,7 +10,7 @@
<i class="bx bx-sm bx-envelope text-gray-500"></i>
</div>
<div class="d-flex align-items-center flex-row-fluid flex-wrap">
<a href="/community" class="text-gray-800 fs-5 fw-bold text-active-primary @(Index == 0 ? "active" : "")">Announcements</a>
<a href="/community" class="text-gray-800 fs-5 fw-bold text-active-primary @(Index == 0 ? "active" : "")">News</a>
</div>
</div>
<div class="separator separator-dashed my-4"></div>