diff --git a/config.json b/config.json index e64a597..251cbb0 100644 --- a/config.json +++ b/config.json @@ -1,5 +1,5 @@ { - "navbarBrandText": "Netzbegrünung Mastowall", + "navbarBrandText": "Netzbegrünung Mastowall - gruene.social", "defaultServerUrl": "https://gruene.social", "navbarColor": "#008939", "duration": 10, diff --git a/script.js b/script.js index d79e7d4..37a2d0c 100644 --- a/script.js +++ b/script.js @@ -70,7 +70,7 @@ const fetchConfig = async function() { return config.defaultServerUrl; } catch (error) { console.log("Error loading config.json:", error); - $('#navbar-brand').text("Netzbegrünung Mastowall"); + $('#navbar-brand').text("Netzbegrünung Mastowall - gruene.social"); $('.navbar').css('background-color', "#008939"); includeReplies = true; maxAge = 60 * 60 * 24 * 7;