Drop user survey panel; survey has ended

This commit is contained in:
Pieter Vander Vennet 2023-02-03 03:59:43 +01:00
parent ec5ca11bbf
commit 0724b0edd2
3 changed files with 0 additions and 56 deletions

View file

@ -10,7 +10,6 @@ import IndexText from "./BigComponents/IndexText"
import FeaturedMessage from "./BigComponents/FeaturedMessage"
import { ImportViewerLinks } from "./BigComponents/UserInformation"
import { LoginToggle } from "./Popup/LoginButton"
import UserSurveyPanel from "./UserSurveyPanel"
export default class AllThemesGui {
setup() {
@ -26,7 +25,6 @@ export default class AllThemesGui {
new Combine([
intro,
new FeaturedMessage().SetClass("mb-4 block"),
new Combine([new UserSurveyPanel()]).SetClass("flex justify-center"),
new MoreScreen(state, true),
new LoginToggle(undefined, Translations.t.index.logIn, state),
new ImportViewerLinks(state.osmConnection),