mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-06-23 17:29:19 +02:00
Fix:Material symbols icon to use check instead of checkmark
This commit is contained in:
parent
73196f9be8
commit
ed70f3af83
5 changed files with 7 additions and 7 deletions
|
@ -15,7 +15,7 @@
|
|||
<span class="font-normal ml-3 block truncate">{{ item.name }}</span>
|
||||
</div>
|
||||
<span v-if="isItemSelected(item)" class="text-yellow-400 absolute inset-y-0 right-0 flex items-center pr-4">
|
||||
<span class="material-symbols text-xl">checkmark</span>
|
||||
<span class="material-symbols text-xl">check</span>
|
||||
</span>
|
||||
</li>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue