Renamed announcements to news in community navigation
This commit is contained in:
parent
79d860351c
commit
67c846ddc8
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue