This commit is contained in:
Kainoa Kanter 2023-04-06 20:09:21 -07:00
parent 00edb30db5
commit 7a3d543438
2 changed files with 5 additions and 5 deletions

View File

@ -54,13 +54,13 @@ watch(() => props.tag, () => {
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(computed(() => ({

View File

@ -9,7 +9,7 @@
v-if="tab === 'hot'"
ref="tl"
class="tl"
src="hot"
src="featured"
:sound="true"
/>
<XTimeline