Skip to content

Commit d8c25ce

Browse files
turn off banner (#7061)
1 parent f9a4a4e commit d8c25ce

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, {useEffect, useState} 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
'Join us on May 30th at 10am PT for a 20-minute session on frontend error monitoring with Sentry.';
1111
const BANNER_LINK_URL =

0 commit comments

Comments
 (0)