mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-07-29 15:24:50 +02:00
Replace material-icons in YearInReview components
This commit is contained in:
parent
a76600e53b
commit
0fc84a8684
2 changed files with 2 additions and 2 deletions
|
@ -73,7 +73,7 @@ export default {
|
|||
|
||||
const addIcon = (icon, color, fontSize, x, y) => {
|
||||
ctx.fillStyle = color
|
||||
ctx.font = `${fontSize} Material Icons Outlined`
|
||||
ctx.font = `${fontSize} Material Symbols Outlined`
|
||||
ctx.fillText(icon, x, y)
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue