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 9bf39c0 commit 79bb94aCopy full SHA for 79bb94a
platforms/dreamsync-api/src/services/MatchNotificationService.ts
@@ -462,7 +462,7 @@ DreamSync Team`;
462
);
463
processedMessage = processedMessage.replace(
464
/<a href='[^']*'>Pictique<\/a>/g,
465
- `<a href='${new URL("/user/" + otherUser.ename, process.env.PUBLIC_PICTIQUE_URL).toString()}'>Pictique</a>`
+ `<a href='${new URL("/profile/" + otherUser.ename, process.env.PUBLIC_PICTIQUE_URL).toString()}'>Pictique</a>`
466
467
}
468
0 commit comments