better invite icon, fix conditional
This commit is contained in:
parent
851d2b0f66
commit
6e9c62a1a2
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user