forked from MapComplete/MapComplete
More styling tweaks and bug fixes
This commit is contained in:
parent
e6ac080019
commit
aaaf0b8c36
10 changed files with 113 additions and 25 deletions
|
@ -34,7 +34,7 @@ export default class UserBadge extends Toggle {
|
|||
const homeButton = new VariableUiElement(
|
||||
userDetails.map((userinfo) => {
|
||||
if (userinfo.home) {
|
||||
return Svg.home_ui();
|
||||
return Svg.home_svg();
|
||||
}
|
||||
return " ";
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue