From 17a09c2005a3ee0460e1cdac1aa110b356f1b3b1 Mon Sep 17 00:00:00 2001 From: Daniel Muyshond Date: Thu, 28 Jul 2022 16:15:08 +0200 Subject: [PATCH] [TELE-1393] remove toplinks for iA.Citizen and update color --- static/imio-basic/config.json | 3 ++- static/staging1/config.json | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/static/imio-basic/config.json b/static/imio-basic/config.json index c5f65794..b0544acd 100644 --- a/static/imio-basic/config.json +++ b/static/imio-basic/config.json @@ -92,6 +92,7 @@ "variables" : { "cell_picture_size" : "520x220", "pwa_display": "standalone", - "theme_color" : "#8e6c4f" + "theme_color" : "#651138", + "include_top_links": false } } diff --git a/static/staging1/config.json b/static/staging1/config.json index 63c844ac..ba6adb7c 100644 --- a/static/staging1/config.json +++ b/static/staging1/config.json @@ -92,6 +92,7 @@ "variables" : { "cell_picture_size" : "520x220", "pwa_display": "standalone", - "theme_color" : "#8e6c4f" + "theme_color" : "#651138", + "include_top_links": false } }