mirror of
https://github.com/haexhub/haex-hub.git
synced 2025-12-17 14:30:52 +01:00
removed haex-pass components
This commit is contained in:
@ -27,6 +27,11 @@ const items: DropdownMenuItem[] = [
|
||||
label: t('settings'),
|
||||
to: useLocalePath()({ name: 'settings' }),
|
||||
},
|
||||
{
|
||||
icon: 'mdi:code-braces',
|
||||
label: t('developer'),
|
||||
to: useLocalePath()({ name: 'settings-developer' }),
|
||||
},
|
||||
{
|
||||
icon: 'tabler:logout',
|
||||
label: t('close'),
|
||||
@ -39,9 +44,11 @@ const items: DropdownMenuItem[] = [
|
||||
<i18n lang="yaml">
|
||||
de:
|
||||
settings: 'Einstellungen'
|
||||
developer: 'Entwickler'
|
||||
close: 'Vault schließen'
|
||||
|
||||
en:
|
||||
settings: 'Settings'
|
||||
developer: 'Developer'
|
||||
close: 'Close Vault'
|
||||
</i18n>
|
||||
|
||||
Reference in New Issue
Block a user