We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085cbdf commit 9cb44e0Copy full SHA for 9cb44e0
services/static-webserver/client/source/class/osparc/Application.js
@@ -301,7 +301,7 @@ qx.Class.define("osparc.Application", {
301
302
__setDefaultIcons: function() {
303
const {productName} = this.__getProductMetaData()
304
- const resourcePath = `../resource/osparc/${productName}/icons`;
+ const resourcePath = `../resource/osparc/${productName}/icons/`;
305
const favIconUrls = [
306
"favicon-16x16.png",
307
"favicon-32x32.png",
0 commit comments