Icons change

This commit is contained in:
Yurii
2026-06-19 19:51:19 +03:00
parent 239a7054c6
commit b8edbb96ac
2 changed files with 2 additions and 2 deletions

View File

@@ -1,5 +1,5 @@
<a role="button" tabindex="0" class="notifications-button" data-action="showNotifications">
<span class="fas fa-bell icon bell"></span>
<span class="far fa-bell icon bell"></span>
<span class="badge number-badge hidden"></span>
</a>
<div class="notifications-panel-container"></div>

View File

@@ -41,7 +41,7 @@ export default class LastViewedSiteNavbarItemView extends SiteNavbarItemView {
tabindex="0"
data-action="showLastViewed"
title="{{translate 'LastViewed' category='scopeNamesPlural'}}"
><span class="fas fa-clock-rotate-left icon"></span></a>
><span class="fas fa-clock-rotate-left fa-sm icon"></span></a>
<div class="last-viewed-panel-container"></div>
`