Add login button again on home screen

This commit is contained in:
Pieter Vander Vennet 2024-07-25 19:06:30 +02:00
parent 13f1292581
commit 2fb87d2011

View file

@ -123,6 +123,9 @@
<ThemesList search={themeSearchText} {state} themes={MoreScreen.officialThemes} />
<LoginToggle {state}>
<LoginButton clss="primary" {osmConnection} slot="not-logged-in">
<Tr t={t.logIn}/>
</LoginButton>
<ThemesList
hideThemes={false}
isCustom={false}