From a52c769abc4c761eda76d0f50aecc5eac02df1d1 Mon Sep 17 00:00:00 2001
From: Alexandre Aubin
Date: Thu, 17 Aug 2023 13:56:09 +0200
Subject: [PATCH] appstore: use colored border instead of colored backgrounds
for category badges
---
store/templates/catalog.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/store/templates/catalog.html b/store/templates/catalog.html
index 6f1782a..08438f4 100644
--- a/store/templates/catalog.html
+++ b/store/templates/catalog.html
@@ -100,7 +100,7 @@
{{ infos['manifest']['description']['en'] }}
{% if infos['category'] %}
-
+
{{ catalog['categories'][infos['category']]['title'][locale].lower() }}
{% endif %}