Skip to content

Commit 5c21a03

Browse files
committed
fix link
1 parent b70456c commit 5c21a03

File tree

1 file changed

+1
-1
lines changed
  • services/static-webserver/client/source/class/osparc/store

1 file changed

+1
-1
lines changed

services/static-webserver/client/source/class/osparc/store/Support.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ qx.Class.define("osparc.store.Support", {
151151

152152
requestAccountLink: function(centered = true) {
153153
const color = qx.theme.manager.Color.getInstance().resolve("text");
154-
const link = window.location.origin + "/request-account";
154+
const link = window.location.origin + "/#/request-account";
155155
let textLink = `<a href="${link}" style='color: ${color}' target='_blank'>Request Account</a>`;
156156
if (centered) {
157157
textLink = `<center>${textLink}</center>`

0 commit comments

Comments
 (0)