diff --git a/client/components/stats/YearInReview.vue b/client/components/stats/YearInReview.vue index c847877e..5991cf6b 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 1f41f0e7..5d359271 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) }