forked from MapComplete/MapComplete
Merge pull request #158 from chrneumann/fix/badge-and-upload
Fix/badge and upload
This commit is contained in:
commit
5c97d8bc4f
2 changed files with 3 additions and 2 deletions
|
@ -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);
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue