From 46244b8345c0005f3b3648a3379149d243cfe897 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 24 May 2023 02:15:42 +0200 Subject: [PATCH] Fix: only show website icon if a website is known --- assets/layers/icons/icons.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/assets/layers/icons/icons.json b/assets/layers/icons/icons.json index 0ae215066..c968f99a2 100644 --- a/assets/layers/icons/icons.json +++ b/assets/layers/icons/icons.json @@ -82,7 +82,8 @@ "labels": [ "defaults" ], - "render": "website" + "render": "website", + "condition": "website~*" }, { "id": "smokingicon",