Skip to content

Commit

Permalink
Swap English text to symbolic emojis
Browse files Browse the repository at this point in the history
Contributes to the vision of #52
  • Loading branch information
nicholas committed Apr 25, 2024
1 parent f19234e commit aaad704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/base/ChartSupplyDemand.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ const ChartSupplyDemand = (props: Props): JSX.Element => {
>
<VictoryAxis
tickValues={[sunrise, sunset]}
tickFormat={["sunrise", "sunset"]}
tickFormat={["🌅", "🌇"]}
tickLabelComponent={<VictoryLabel dy={-5} />}
style={{
axis: chartTheme.axis,
Expand Down

0 comments on commit aaad704

Please sign in to comment.