mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-23 10:27:28 -07:00
hotfix: explore page
This commit is contained in:
parent
77febea8e6
commit
d22e037087
1 changed files with 7 additions and 7 deletions
|
@ -22,10 +22,10 @@
|
||||||
@slide-change="onSlideChange"
|
@slide-change="onSlideChange"
|
||||||
>
|
>
|
||||||
<swiper-slide>
|
<swiper-slide>
|
||||||
<XFeatured />
|
<XUsers />
|
||||||
</swiper-slide>
|
</swiper-slide>
|
||||||
<swiper-slide>
|
<swiper-slide>
|
||||||
<XUsers />
|
<XFeatured />
|
||||||
</swiper-slide>
|
</swiper-slide>
|
||||||
</swiper>
|
</swiper>
|
||||||
</MkSpacer>
|
</MkSpacer>
|
||||||
|
@ -53,16 +53,16 @@ watch($$(tab), () => syncSlide(tabs.indexOf(tab)));
|
||||||
const headerActions = $computed(() => []);
|
const headerActions = $computed(() => []);
|
||||||
|
|
||||||
const headerTabs = $computed(() => [
|
const headerTabs = $computed(() => [
|
||||||
{
|
|
||||||
key: "featured",
|
|
||||||
icon: "ph-lightning ph-bold ph-lg",
|
|
||||||
title: i18n.ts.featured,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: "users",
|
key: "users",
|
||||||
icon: "ph-users ph-bold ph-lg",
|
icon: "ph-users ph-bold ph-lg",
|
||||||
title: i18n.ts.users,
|
title: i18n.ts.users,
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: "featured",
|
||||||
|
icon: "ph-lightning ph-bold ph-lg",
|
||||||
|
title: i18n.ts.featured,
|
||||||
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
definePageMetadata(
|
definePageMetadata(
|
||||||
|
|
Loading…
Reference in a new issue