Skip to content

Commit

Permalink
Reverted google chart font on home page because it caused a weird bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Ajordat committed Nov 17, 2024
1 parent 76003b5 commit 22186c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alteredbuilder/trends/static/js/trending.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ function getBaseChartOptions() {
color: getStyle("cta-inactive-color")
}
},
fontName: "Gabriela"
// fontName: "Gabriela"
};
return options;
}
Expand Down

0 comments on commit 22186c9

Please sign in to comment.