From 99c1bf02b021f4c940fe8984959fd67262bd3318 Mon Sep 17 00:00:00 2001 From: David Date: Fri, 29 Sep 2023 13:00:22 -0700 Subject: [PATCH] Update useGlobalBanners.tsx --- src/hooks/useGlobalBanners.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/hooks/useGlobalBanners.tsx b/src/hooks/useGlobalBanners.tsx index 384a9d52c..3de5489e7 100644 --- a/src/hooks/useGlobalBanners.tsx +++ b/src/hooks/useGlobalBanners.tsx @@ -56,15 +56,15 @@ export const allGlobalBanners: GlobalBanner[] = [ // message: , // }, // Day 4 - { - id: "launch-week-day-4", - message: , - }, - // Day 5 // { - // id: "launch-week-day-5", - // message: , + // id: "launch-week-day-4", + // message: , // }, + // Day 5 + { + id: "launch-week-day-5", + message: , + }, ]; export const useGlobalBanners = () => {