Skip to content

Commit

Permalink
tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
tomrf1 committed Oct 18, 2024
1 parent d4ab82e commit e74c2fc
Showing 1 changed file with 9 additions and 11 deletions.
20 changes: 9 additions & 11 deletions support-frontend/assets/helpers/campaigns/campaigns.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -55,20 +55,18 @@ const campaigns: Record<string, CampaignSettings> = {
},
],
copy: {
subheading: (
<>
We're not owned by a billionaire or shareholders - our readers support
us. Can you help us reach our goal? Regular giving is most valuable to
us. <strong>You can cancel anytime.</strong>
</>
),
oneTimeHeading: <>Choose your gift amount</>,
},
// Ticker settings for the US End of Year 2024 campaign
subheading: (
<>
We're not owned by a billionaire or shareholders - our readers support
us. Can you help us reach our goal? Regular giving is most valuable to
us. <strong>You can cancel anytime.</strong>
</>
),
oneTimeHeading: <>Choose your gift amount</>,
},
tickerSettings: {
currencySymbol: '$',
copy: {},
// tickerData: await getInitialTickerValues('US.json'),
tickerStylingSettings: {
headlineColour: '#000000',
totalColour: '#64B7C4',
Expand Down

0 comments on commit e74c2fc

Please sign in to comment.