Skip to content

Commit c2e9053

Browse files
authored
hid banner (#5127)
1 parent 7e00c87 commit c2e9053

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/banner.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import React, { useState, useEffect } from "react";
55
// This is a lazy way of doing things but will work until
66
// we put a more robust solution in place.
77
//
8-
const SHOW_BANNER = true;
8+
const SHOW_BANNER = false;
99
const BANNER_TEXT =
1010
"See how Calixa protected their developers' time by building a custom integration on Sentry in our live workshop on June 7 @ 10am PT.";
1111
const BANNER_LINK_URL =

0 commit comments

Comments
 (0)