From cc75ff1c65839215587b466021d3a458c1b979bd Mon Sep 17 00:00:00 2001 From: Bnyro Date: Fri, 9 Sep 2022 20:14:12 +0200 Subject: [PATCH] hide by default --- public/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/public/config.json b/public/config.json index 83b19381..7e2686e3 100644 --- a/public/config.json +++ b/public/config.json @@ -1,4 +1,4 @@ { - "donation_href": " ", - "status_page_href": " " + "donation_href": "", + "status_page_href": "" }