diff --git a/client/components/stats/YearInReview.vue b/client/components/stats/YearInReview.vue index c847877e6..5991cf6b4 100644 --- a/client/components/stats/YearInReview.vue +++ b/client/components/stats/YearInReview.vue @@ -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) } diff --git a/client/components/stats/YearInReviewShort.vue b/client/components/stats/YearInReviewShort.vue index 1f41f0e74..5d3592717 100644 --- a/client/components/stats/YearInReviewShort.vue +++ b/client/components/stats/YearInReviewShort.vue @@ -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) }