forked from MapComplete/MapComplete
Fixed build for monolignual themes
This commit is contained in:
parent
804ed5fa07
commit
e67c3a2eec
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ export default class ThemeIntroductionPanel extends Combine {
|
|||
toTheMap,
|
||||
loginStatus.SetClass("block"),
|
||||
layout.descriptionTail?.Clone().SetClass("block mt-4"),
|
||||
languagePicker.SetClass("block mt-4"),
|
||||
languagePicker?.SetClass("block mt-4"),
|
||||
...layout.CustomCodeSnippets()
|
||||
])
|
||||
|
||||
|
|
Loading…
Reference in a new issue