From eac64dad5b09e1e2a61aed899eb3af7002671f92 Mon Sep 17 00:00:00 2001 From: ThatOneCalculator Date: Mon, 1 May 2023 20:54:02 -0700 Subject: [PATCH] how in the world does this keep getting reversed --- packages/client/src/pages/explore.vue | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/packages/client/src/pages/explore.vue b/packages/client/src/pages/explore.vue index fbdbd85fe..b7f6d3c71 100644 --- a/packages/client/src/pages/explore.vue +++ b/packages/client/src/pages/explore.vue @@ -22,10 +22,10 @@ @slide-change="onSlideChange" > - + - + @@ -53,16 +53,16 @@ watch($$(tab), () => syncSlide(tabs.indexOf(tab))); const headerActions = $computed(() => []); const headerTabs = $computed(() => [ - { - key: "featured", - icon: "ph-lightning ph-bold ph-lg", - title: i18n.ts.featured, - }, { key: "users", icon: "ph-users ph-bold ph-lg", title: i18n.ts.users, }, + { + key: "featured", + icon: "ph-lightning ph-bold ph-lg", + title: i18n.ts.featured, + }, ]); definePageMetadata(