From 7ca50b63f9f088582c7507b075fc810e15814e01 Mon Sep 17 00:00:00 2001 From: Michael Genson <71845777+michael-genson@users.noreply.github.com> Date: Fri, 23 Feb 2024 18:00:13 +0000 Subject: [PATCH] moved settings under list contents --- frontend/pages/shopping-lists/_id.vue | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/frontend/pages/shopping-lists/_id.vue b/frontend/pages/shopping-lists/_id.vue index f215f7a125ad..b8fb46b60671 100644 --- a/frontend/pages/shopping-lists/_id.vue +++ b/frontend/pages/shopping-lists/_id.vue @@ -106,10 +106,6 @@ {{ $globals.icons.tags }} {{ $t('shopping-list.reorder-labels') }} - - {{ $globals.icons.cog }} - {{ $t('general.settings') }} - @@ -221,6 +217,15 @@ + + + + {{ $globals.icons.cog }} + {{ $t('general.settings') }} + + + +