chore: 🔥 rm tabs
This commit is contained in:
parent
1e5f9c68b3
commit
caa072cf49
1 changed files with 0 additions and 14 deletions
|
@ -57,20 +57,6 @@ const headerActions = $computed(() => [
|
||||||
},
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const headerTabs = $computed(() => [{
|
|
||||||
key: 'owned',
|
|
||||||
icon: 'fas fa-crown',
|
|
||||||
title: i18n.ts.ownedGroups,
|
|
||||||
}, {
|
|
||||||
key: 'joined',
|
|
||||||
icon: 'fas fa-hand',
|
|
||||||
title: i18n.ts.joinedGroups,
|
|
||||||
}, {
|
|
||||||
key: 'invites',
|
|
||||||
icon: 'fas fa-envelope-open-text',
|
|
||||||
title: i18n.ts.invites,
|
|
||||||
}]);
|
|
||||||
|
|
||||||
definePageMetadata(
|
definePageMetadata(
|
||||||
computed(() => ({
|
computed(() => ({
|
||||||
title: i18n.ts.groups,
|
title: i18n.ts.groups,
|
||||||
|
|
Loading…
Reference in a new issue