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