We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 327d973 commit 92405baCopy full SHA for 92405ba
src/components/banner.tsx
@@ -5,7 +5,7 @@ import React, { useState, useEffect } from "react";
5
// This is a lazy way of doing things but will work until
6
// we put a more robust solution in place.
7
//
8
-const SHOW_BANNER = true;
+const SHOW_BANNER = false;
9
const BANNER_TEXT =
10
"See how Calixa protected their developers' time by building a custom integration on Sentry in our live workshop on June 7 @ 10am PT.";
11
const BANNER_LINK_URL =
0 commit comments