This commit is contained in:
2024-04-01 17:36:31 +02:00
parent c0e0345faa
commit 88bca67745
15 changed files with 87 additions and 62 deletions

View File

@@ -13,10 +13,6 @@ const items = computed(() => [
label: '',
disabled: true
}], [{
label: 'Einstellungen',
icon: 'i-heroicons-cog-8-tooth',
to: '/settings'
}, {
label: 'Suche',
icon: 'i-heroicons-command-line',
shortcuts: [metaSymbol.value, 'K'],
@@ -31,7 +27,7 @@ const items = computed(() => [
}], [{
label: 'Webseite',
icon: 'i-heroicons-book-open',
to: 'https://spaces.software',
to: 'https://fedeo.de',
target: '_blank'
},/* {
label: 'GitHub repository',