Fixme comment to add the logo to the index-header
This commit is contained in:
parent
4c59ea3b1e
commit
de1ac89425
1 changed files with 2 additions and 0 deletions
|
@ -131,6 +131,8 @@ export default class MoreScreen extends UIElement {
|
|||
|
||||
LanguagePicker.CreateLanguagePicker(Translations.t.general.index.SupportedLanguages())
|
||||
.SetClass("absolute top-2 right-3 dropdown-ui-element-2226"),
|
||||
// todo add logo above text
|
||||
// new FixedUiElement(`<img class="h-24 w-24" src="./assets/svg/logo.svg" alt="MapComplete Logo">`),
|
||||
Translations.t.general.index.SetClass("sm:text-center lg:text-left block m-6 mt-8")
|
||||
])
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue