Fix network flag

This commit is contained in:
advplyr 2022-12-10 11:35:16 -06:00
parent 894bf100d2
commit 49500aecd6
5 changed files with 19 additions and 10 deletions

View file

@ -62,9 +62,9 @@ export default {
items.push({
to: '/bookshelf/search',
routeName: 'bookshelf-search',
iconPack: 'abs-icons',
icon: 'podcast',
iconClass: 'text-lg',
iconPack: 'material-icons',
icon: 'podcasts',
iconClass: 'text-xl',
text: 'Search'
})
}