diff --git a/src/components/sharedPageSections/SitewideTopAlert.jsx b/src/components/sharedPageSections/SitewideTopAlert.jsx index 75ef820c3..f49c36781 100644 --- a/src/components/sharedPageSections/SitewideTopAlert.jsx +++ b/src/components/sharedPageSections/SitewideTopAlert.jsx @@ -41,7 +41,10 @@ function SitewideTopAlert({ locale }) { }); }, [locale]); - if (router.pathname.includes(announcementBarData?.cta.url)) { + if ( + router.pathname.includes(announcementBarData?.cta.url) || + router.asPath.includes("/breakpoint/app") + ) { return null; }