Merge pull request #158 from chrneumann/fix/badge-and-upload

Fix/badge and upload
This commit is contained in:
Pieter Vander Vennet 2020-11-20 14:08:08 +01:00 committed by GitHub
commit 5c97d8bc4f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

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);