From c5327ddb79987095d761787c6aaf5ec27fb0f3eb Mon Sep 17 00:00:00 2001 From: dorothymlee <89860861+dorothymlee@users.noreply.github.com> Date: Wed, 8 Jun 2022 16:40:24 -0700 Subject: [PATCH] hid banner --- src/components/banner.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/banner.tsx b/src/components/banner.tsx index 331b3abe0731d0..c2841bc4991030 100644 --- a/src/components/banner.tsx +++ b/src/components/banner.tsx @@ -5,7 +5,7 @@ import React, { useState, useEffect } from "react"; // This is a lazy way of doing things but will work until // we put a more robust solution in place. // -const SHOW_BANNER = true; +const SHOW_BANNER = false; const BANNER_TEXT = "See how Calixa protected their developers' time by building a custom integration on Sentry in our live workshop on June 7 @ 10am PT."; const BANNER_LINK_URL =