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 268a2ba commit d4157e3Copy full SHA for d4157e3
src/components/AnnouncementBanner/index.tsx
@@ -4,7 +4,7 @@ import styles from './styles.module.css';
4
5
// Change this key whenever you change the banner
6
// to announce something new
7
-const BANNER_DISMISSED_KEY = 'reviewer-banner-dismisseda';
+const BANNER_DISMISSED_KEY = 'reviewer-banner-dismissed';
8
9
export function AnnouncementBanner() {
10
const [isVisible, setIsVisible] = useState(false);
0 commit comments