forked from MapComplete/MapComplete
Fix input link
This commit is contained in:
parent
f5c7683d9d
commit
08e57a69b6
2 changed files with 2 additions and 2 deletions
|
@ -2,7 +2,7 @@ import { Utils } from "../Utils";
|
|||
|
||||
export default class Constants {
|
||||
|
||||
public static vNumber = "0.8.3b";
|
||||
public static vNumber = "0.8.3c";
|
||||
|
||||
// The user journey states thresholds when a new feature gets unlocked
|
||||
public static userJourney = {
|
||||
|
|
|
@ -68,7 +68,7 @@ export default class UserBadge extends Toggle {
|
|||
if (user.unreadMessages > 0) {
|
||||
messageSpan = new Link(
|
||||
new Combine([Svg.envelope, "" + user.unreadMessages]),
|
||||
'${user.backend}/messages/inbox',
|
||||
`${user.backend}/messages/inbox`,
|
||||
true
|
||||
).SetClass("alert")
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue