Add gruene.social to title

This commit is contained in:
Max L. 2023-11-23 20:48:46 +01:00
parent 9cab9e8b1c
commit 191dc33e28
No known key found for this signature in database
GPG key ID: 2F963B95632B8467
2 changed files with 2 additions and 2 deletions

View file

@ -1,5 +1,5 @@
{
"navbarBrandText": "Netzbegrünung Mastowall",
"navbarBrandText": "Netzbegrünung Mastowall - gruene.social",
"defaultServerUrl": "https://gruene.social",
"navbarColor": "#008939",
"duration": 10,

View file

@ -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;