From 0a3b900526c88b8f29032a39d498960f36850c94 Mon Sep 17 00:00:00 2001 From: Thiago Perrotta Date: Sat, 21 Dec 2024 15:34:42 -0300 Subject: [PATCH] ux: add an star icon next to the "starred" nav menu item --- internal/template/templates/common/layout.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/internal/template/templates/common/layout.html b/internal/template/templates/common/layout.html index 13c8c652..f82e7d98 100644 --- a/internal/template/templates/common/layout.html +++ b/internal/template/templates/common/layout.html @@ -93,7 +93,7 @@
  • - {{ t "menu.starred" }} + {{ t "menu.starred" }} ★
  • {{ t "menu.history" }}