From 0027299a3e373e9cd19deec0b93dd7a7599ff78a Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Fri, 14 Jun 2024 01:02:45 +0200 Subject: [PATCH] Fix: effectively show `contact:website` in title icons --- assets/layers/icons/icons.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/layers/icons/icons.json b/assets/layers/icons/icons.json index 8b290c036..11553fe28 100644 --- a/assets/layers/icons/icons.json +++ b/assets/layers/icons/icons.json @@ -201,7 +201,7 @@ }, { "#": "ignore-image-in-then", - "if": "context:website~*", + "if": "contact:website~*", "then": "website" } ]