Skip to content

Commit

Permalink
Add story for final countdown
Browse files Browse the repository at this point in the history
  • Loading branch information
Sue Burt committed Dec 11, 2024
1 parent 1c60672 commit 4fed7ac
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions dotcom-rendering/src/components/UsEoy2024.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,15 @@ export const Default = {
date: new Date('2024-11-26T00:00:00Z'),
},
} satisfies Story;

export const FinalCountdown = {
args: {
tickerData: {
total: 1000000,
goal: 2000000,
},
// eslint-disable-next-line @typescript-eslint/no-empty-function
submitTrackingEvent: () => {},
date: new Date('2024-12-26T00:00:00Z'),
},
} satisfies Story;

0 comments on commit 4fed7ac

Please sign in to comment.