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 b70456c commit 5c21a03Copy full SHA for 5c21a03
services/static-webserver/client/source/class/osparc/store/Support.js
@@ -151,7 +151,7 @@ qx.Class.define("osparc.store.Support", {
151
152
requestAccountLink: function(centered = true) {
153
const color = qx.theme.manager.Color.getInstance().resolve("text");
154
- const link = window.location.origin + "/request-account";
+ const link = window.location.origin + "/#/request-account";
155
let textLink = `<a href="${link}" style='color: ${color}' target='_blank'>Request Account</a>`;
156
if (centered) {
157
textLink = `<center>${textLink}</center>`
0 commit comments