From a40dc5b8290e899ac035f4034346ee8eb77ac43c Mon Sep 17 00:00:00 2001 From: Thiago Perrotta Date: Sat, 28 Dec 2024 21:04:10 +0100 Subject: [PATCH] Move star icon to the left --- 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 f82e7d98..9b67e66e 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" }}