Compare commits

..

1 Commits

Author SHA1 Message Date
7271106892 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.
2026-03-11 14:10:23 +01:00

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"
}
}
},