From 03912ab90ebd55bba012e33bdb658fc64c235975 Mon Sep 17 00:00:00 2001 From: schneefux Date: Sun, 5 Jan 2025 19:57:21 +0100 Subject: [PATCH] web: Move survey to bottom --- web/pages/profile/_tag.vue | 54 +++++++++++++++++++------------------- 1 file changed, 27 insertions(+), 27 deletions(-) diff --git a/web/pages/profile/_tag.vue b/web/pages/profile/_tag.vue index aa8b73d1..8b89cd99 100644 --- a/web/pages/profile/_tag.vue +++ b/web/pages/profile/_tag.vue @@ -149,29 +149,6 @@ - -

- {{ $t('player.survey.description') }} -

- - -
- @@ -407,10 +407,6 @@ export default defineComponent({ id: 'brawlers', title: i18n.t('brawler', 2), element: sectionRefs.brawlersSection.value?.$el, - }, { - id: 'survey', - title: i18n.t('player.survey.title'), - element: sectionRefs.surveySection.value?.$el, }, { id: 'battles', title: i18n.t('battle-log'), @@ -431,6 +427,10 @@ export default defineComponent({ id: 'quiz', title: i18n.t('player.quiz.title'), element: sectionRefs.quizSection.value?.$el, + }, { + id: 'survey', + title: i18n.t('player.survey.title'), + element: sectionRefs.surveySection.value?.$el, }]) const playerTotalsFallback = computed(() => {