UX: Change "Logs" icon in the navigation from "assignment" to "feed"

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer 2023-01-02 15:06:40 +01:00
parent 6a1ad2f415
commit b456c98c66
2 changed files with 2 additions and 2 deletions

View file

@ -629,7 +629,7 @@
</div>
<div v-if="auth && !routeName('index') && $config.feature('library') && $config.feature('logs')" class="menu-action nav-logs">
<router-link :to="{ name: 'library_logs' }">
<v-icon>assignment</v-icon>
<v-icon>feed</v-icon>
<translate>Logs</translate>
</router-link>
</div>

View file

@ -86,7 +86,7 @@ export default {
'label': this.$gettext('Logs'),
'class': '',
'path': '/logs',
'icon': 'assignment',
'icon': 'feed',
'readonly': true,
'demo': true,
});