mirror of
https://github.com/advplyr/audiobookshelf.git
synced 2025-08-17 02:21:00 +02:00
Replace material-icons in YearInReview components
This commit is contained in:
@ -64,7 +64,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)
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user