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(