fixed avatar nav link to database

This commit is contained in:
vabene1111
2025-06-22 09:30:13 +02:00
parent 2a6a785453
commit a89cf71c17

View File

@@ -40,7 +40,7 @@
</template>
{{ $t('Settings') }}
</v-list-item>
<v-list-item :to="{ name: 'ModelListPage', params: {model: 'food'} }">
<v-list-item :to="{ name: 'DatabasePage', params: {} }">
<template #prepend>
<v-icon icon="fa-solid fa-folder-tree"></v-icon>
</template>