Skip to content

Commit

Permalink
Update useGlobalBanners.tsx (#353)
Browse files Browse the repository at this point in the history
  • Loading branch information
dbanys authored Sep 29, 2023
1 parent b5ed790 commit 601c9eb
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/hooks/useGlobalBanners.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,15 +56,15 @@ export const allGlobalBanners: GlobalBanner[] = [
// message: <LaunchWeekBanner linkText="Horizontal Scaling" />,
// },
// Day 4
{
id: "launch-week-day-4",
message: <LaunchWeekBanner linkText="Changesets" />,
},
// Day 5
// {
// id: "launch-week-day-5",
// message: <LaunchWeekBanner linkText="NO SPOILERS" isLastStop />,
// id: "launch-week-day-4",
// message: <LaunchWeekBanner linkText="Changesets" />,
// },
// Day 5
{
id: "launch-week-day-5",
message: <LaunchWeekBanner linkText="Workflows" isLastStop />,
},
];

export const useGlobalBanners = () => {
Expand Down

0 comments on commit 601c9eb

Please sign in to comment.