chore: 🔥 rm tabs
This commit is contained in:
parent
1e5f9c68b3
commit
caa072cf49
|
@ -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(
|
||||
computed(() => ({
|
||||
title: i18n.ts.groups,
|
||||
|
|
Loading…
Reference in New Issue