From 7149406c0d8a18c7954d8016c131cff7ee91d439 Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Fri, 18 Aug 2023 03:32:22 +0200 Subject: [PATCH] appstore: change star+bookmark icons to diamond+star --- store/templates/catalog.html | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/store/templates/catalog.html b/store/templates/catalog.html index 08438f4..4e160d3 100644 --- a/store/templates/catalog.html +++ b/store/templates/catalog.html @@ -85,14 +85,15 @@ {% if infos['level'] == 0 %} - + {% elif infos['level']|int <= 4 %} - + {% elif infos['level'] == 8 %} - + {% endif %} - - 123 + + 123 +