Skip to content

Commit

Permalink
Adjust dates
Browse files Browse the repository at this point in the history
  • Loading branch information
abtestingalpha committed May 9, 2024
1 parent fd19de7 commit 3c10673
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@ export function LandingPageWrapper({ children }: { children: any }) {
<AnnouncementBanner
bannerId="2024-05-02-scroll-launch"
bannerContents="Synapse Protocol now available on Scroll"
startDate={new Date('2024-05-01T18:45:09+00:00')}
endDate={new Date('2024-05-20T18:45:09+00:00')}
startDate={new Date('2024-05-08T18:45:09+00:00')}
endDate={new Date('2024-05-27T18:45:09+00:00')}
/>
<MaintenanceBanners />
<LandingNav />
Expand Down

0 comments on commit 3c10673

Please sign in to comment.