mirror of
https://github.com/advplyr/audiobookshelf-app.git
synced 2026-08-31 15:47:13 +02:00
Replace all material-icons with material-symbols
This commit is contained in:
@@ -22,7 +22,7 @@
|
||||
</p>
|
||||
<div class="w-full" v-if="!user">
|
||||
<div class="flex justify-center items-center mb-3">
|
||||
<span class="material-icons text-error text-lg">cloud_off</span>
|
||||
<span class="material-symbols text-error text-lg">cloud_off</span>
|
||||
<p class="pl-2 text-error text-sm">{{ $strings.MessageAudiobookshelfServerNotConnected }}</p>
|
||||
</div>
|
||||
</div>
|
||||
@@ -341,4 +341,4 @@ export default {
|
||||
this.removeListeners()
|
||||
}
|
||||
}
|
||||
</script>
|
||||
</script>
|
||||
|
||||
Reference in New Issue
Block a user