From abf0c2013124e6e35690029b2766dd9cfbf96546 Mon Sep 17 00:00:00 2001 From: Daniel Muyshond Date: Thu, 28 Jul 2022 19:23:46 +0200 Subject: [PATCH] add missing spaces --- static/imio-basic/config.json | 4 ++-- static/staging1/config.json | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/static/imio-basic/config.json b/static/imio-basic/config.json index b0544acd..7943c2ca 100644 --- a/static/imio-basic/config.json +++ b/static/imio-basic/config.json @@ -91,8 +91,8 @@ }, "variables" : { "cell_picture_size" : "520x220", - "pwa_display": "standalone", + "pwa_display" : "standalone", "theme_color" : "#651138", - "include_top_links": false + "include_top_links" : false } } diff --git a/static/staging1/config.json b/static/staging1/config.json index ba6adb7c..4d135b09 100644 --- a/static/staging1/config.json +++ b/static/staging1/config.json @@ -91,8 +91,8 @@ }, "variables" : { "cell_picture_size" : "520x220", - "pwa_display": "standalone", + "pwa_display" : "standalone", "theme_color" : "#651138", - "include_top_links": false + "include_top_links" : false } }