Skip to content

Commit 9cb44e0

Browse files
committed
fix favicons path
1 parent 085cbdf commit 9cb44e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/Application.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -301,7 +301,7 @@ qx.Class.define("osparc.Application", {
301301

302302
__setDefaultIcons: function() {
303303
const {productName} = this.__getProductMetaData()
304-
const resourcePath = `../resource/osparc/${productName}/icons`;
304+
const resourcePath = `../resource/osparc/${productName}/icons/`;
305305
const favIconUrls = [
306306
"favicon-16x16.png",
307307
"favicon-32x32.png",

0 commit comments

Comments
 (0)