Fix user badge profile link.

This commit is contained in:
Christian Neumann 2020-11-18 12:50:06 +01:00
parent de305ecab9
commit 7e686cf52b

View file

@ -109,7 +109,7 @@ export class UserBadge extends UIElement {
const userName = new Link(
new FixedUiElement(user.name),
`https://www.openstreetmap.org/user/${user.name}'`,
`https://www.openstreetmap.org/user/${user.name}`,
true);