From 59e2234f9bd6002f3e427fe382b43121fe927b88 Mon Sep 17 00:00:00 2001 From: Robin van der Linde Date: Mon, 15 Apr 2024 00:21:25 +0200 Subject: [PATCH] Fix node icons (#1885) --- assets/themes/cyclenodes/cyclenodes.json | 8 ++++---- assets/themes/walkingnodes/walkingnodes.json | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/assets/themes/cyclenodes/cyclenodes.json b/assets/themes/cyclenodes/cyclenodes.json index 94c17b99df..6b38fa4356 100644 --- a/assets/themes/cyclenodes/cyclenodes.json +++ b/assets/themes/cyclenodes/cyclenodes.json @@ -155,15 +155,15 @@ "centroid" ], "label": { - "render": "
?
", + "render": "
?
", "mappings": [ { "if": "rcn_ref~*", - "then": "
{rcn_ref}
" + "then": "
{rcn_ref}
" }, { "if": "proposed:rcn_ref~*", - "then": "
{proposed:rcn_ref}
" + "then": "
{proposed:rcn_ref}
" } ] } @@ -402,4 +402,4 @@ } } ] -} +} \ No newline at end of file diff --git a/assets/themes/walkingnodes/walkingnodes.json b/assets/themes/walkingnodes/walkingnodes.json index bd59bf50b6..e1afe13030 100644 --- a/assets/themes/walkingnodes/walkingnodes.json +++ b/assets/themes/walkingnodes/walkingnodes.json @@ -151,15 +151,15 @@ "centroid" ], "label": { - "render": "
?
", + "render": "
?
", "mappings": [ { "if": "rwn_ref~*", - "then": "
{rwn_ref}
" + "then": "
{rwn_ref}
" }, { "if": "proposed:rwn_ref~*", - "then": "
{proposed:rwn_ref}
" + "then": "
{proposed:rwn_ref}
" } ] } @@ -369,4 +369,4 @@ } } ] -} +} \ No newline at end of file