better invite icon, fix conditional

This commit is contained in:
ThatOneCalculator 2022-12-12 10:55:01 -08:00
parent 851d2b0f66
commit 6e9c62a1a2
No known key found for this signature in database
GPG key ID: 8703CACD01000000

View file

@ -95,7 +95,7 @@ const menuDef = $computed(() => [{
action: lookup,
}, ...(instance.disableRegistration ? [{
type: 'button',
icon: 'ph-user-bold ph-lg',
icon: 'ph-user-plus-bold ph-lg',
text: i18n.ts.invite,
action: invite,
}] : [])],
@ -147,7 +147,7 @@ const menuDef = $computed(() => [{
to: '/admin/abuses',
active: currentPage?.route.name === 'abuses',
}],
}, ...(instance.disableRegistration ? [{
}, ...($i?.isAdmin ? [{
title: i18n.ts.settings,
items: [{
icon: 'ph-gear-six-bold ph-lg',