diff --git a/internal/template/templates/common/layout.html b/internal/template/templates/common/layout.html index 13c8c652556..3636acb3424 100644 --- a/internal/template/templates/common/layout.html +++ b/internal/template/templates/common/layout.html @@ -93,13 +93,13 @@
  • - {{ t "menu.starred" }} + ★ {{ t "menu.starred" }}
  • {{ t "menu.history" }}
  • - {{ t "menu.feeds" }} + 📜 {{ t "menu.feeds" }} {{ if gt .countErrorFeeds 0 }} ({{ .countErrorFeeds }}) {{ end }} @@ -109,13 +109,13 @@
  • - {{ t "menu.categories" }} + 🗂️ {{ t "menu.categories" }}
  • - {{ t "menu.search" }} + 🔎 {{ t "menu.search" }}
  • - {{ t "menu.settings" }} + ⚙ {{ t "menu.settings" }}
  • {{ if not hasAuthProxy }}