forked from MapComplete/MapComplete
UX: fix styling issue
This commit is contained in:
parent
8410069c99
commit
0cbacd57ec
1 changed files with 3 additions and 1 deletions
|
@ -26,7 +26,9 @@ export default class LinkToWeblate extends VariableUiElement {
|
|||
if (availableTranslations[ln] === undefined) {
|
||||
icon.SetClass("bg-red-400")
|
||||
}
|
||||
return new Link(icon, LinkToWeblate.hrefToWeblate(ln, context), true)
|
||||
return new Link(icon, LinkToWeblate.hrefToWeblate(ln, context), true).SetClass(
|
||||
"weblate-link"
|
||||
)
|
||||
},
|
||||
[Locale.showLinkToWeblate]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue