From c36bd4c0486222ac2f1336b1647e221506dbf3a6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sosth=C3=A8ne=20Gu=C3=A9don?= Date: Fri, 28 Jun 2024 22:03:26 +0200 Subject: [PATCH] Remove promoted categories if there is only one category For instances with specific categories, this makes the category list look weird --- src/components/Home/CategoriesPreview.vue | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/components/Home/CategoriesPreview.vue b/src/components/Home/CategoriesPreview.vue index 54165638b..1bbd28da1 100644 --- a/src/components/Home/CategoriesPreview.vue +++ b/src/components/Home/CategoriesPreview.vue @@ -1,5 +1,6 @@