Update company logo and CSS classes in UI config

Changed the company logo source from digital_data.svg to wisag.svg.
Updated associated CSS class names to use wisag-specific
identifiers for show and locked states.
This commit is contained in:
2026-03-11 14:10:23 +01:00
parent d02149cb6b
commit 7271106892

View File

@@ -114,10 +114,10 @@
}
},
"Company": {
"Src": "/img/digital_data.svg",
"Src": "/img/wisag.svg",
"Classes": {
"Show": "dd-show-logo",
"Locked": "dd-locked-logo"
"Show": "wisag-show-logo",
"Locked": "wisag-locked-logo"
}
}
},