Skip to content

Commit

Permalink
Merge pull request #12882 from guardian/lp-update-aus-ticker-changes
Browse files Browse the repository at this point in the history
Update color  for AUS EOY ticker
  • Loading branch information
LAKSHMIRPILLAI authored Nov 22, 2024
2 parents d7c8e16 + 1a539b2 commit bc6b716
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,8 @@ const ContributionsEpic: ReactComponent<EpicProps> = ({
}}
tickerData={tickerSettings.tickerData}
tickerStylingSettings={
isColourInTestVariant
isColourInTestVariant ||
tickerSettings.name === 'AU'
? usEOYTickerStylingSettings
: defaultTickerStylingSettings
}
Expand Down

0 comments on commit bc6b716

Please sign in to comment.