Changed color and image URL

This commit is contained in:
Filip Znachor 2024-03-12 19:41:28 +01:00
parent 7c93624379
commit f768e32101

View file

@ -15,8 +15,8 @@ $config = [
"author" => "Filip Znachor",
"title" => "CodeSpace Wiki",
"desc" => "Dokumentační stránka CodeSpace",
"color" => "#D9234A",
"image" => "https://wiki.cdsp.cz/assets/logo.png",
"color" => "#d01f5b",
"image" => "https://wiki.cdsp.cz/assets/icon.png",
"icon" => "https://wiki.cdsp.cz/favicon.ico"
]
];