Skip to content

Commit

Permalink
Fix ticker name
Browse files Browse the repository at this point in the history
  • Loading branch information
tjmw committed Oct 13, 2023
1 parent c42b7a6 commit 4b0f771
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -228,7 +228,7 @@ const DEFAULT_TICKER_SETTINGS: TickerSettingsWithData = {
goalReachedPrimary: "We've met our goal - thank you!",
goalReachedSecondary: '',
},
name: TickerName.US_2022,
name: TickerName.US,
};

interface TickerToggleProps {
Expand Down

0 comments on commit 4b0f771

Please sign in to comment.