mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2025-06-29 00:10:09 +02:00
Replace all material-icons with material-symbols
This commit is contained in:
parent
6e0f67b19c
commit
8cf757c080
62 changed files with 218 additions and 217 deletions
|
@ -62,7 +62,7 @@ export default {
|
|||
items.push({
|
||||
to: '/bookshelf/add-podcast',
|
||||
routeName: 'bookshelf-add-podcast',
|
||||
iconPack: 'material-icons',
|
||||
iconPack: 'material-symbols',
|
||||
icon: 'podcasts',
|
||||
iconClass: 'text-xl',
|
||||
text: this.$strings.ButtonAdd
|
||||
|
@ -97,7 +97,7 @@ export default {
|
|||
{
|
||||
to: '/bookshelf/collections',
|
||||
routeName: 'bookshelf-collections',
|
||||
iconPack: 'material-icons-outlined',
|
||||
iconPack: 'material-symbols',
|
||||
icon: 'collections_bookmark',
|
||||
iconClass: 'text-xl',
|
||||
text: this.$strings.ButtonCollections
|
||||
|
@ -117,7 +117,7 @@ export default {
|
|||
items.push({
|
||||
to: '/bookshelf/playlists',
|
||||
routeName: 'bookshelf-playlists',
|
||||
iconPack: 'material-icons',
|
||||
iconPack: 'material-symbols',
|
||||
icon: 'queue_music',
|
||||
text: this.$strings.ButtonPlaylists
|
||||
})
|
||||
|
@ -149,4 +149,4 @@ export default {
|
|||
#bookshelf-navbar a {
|
||||
font-size: 0.9rem;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue