Skip to content

Commit d4157e3

Browse files
brunobergherhannesrudolph
authored andcommitted
Typo
1 parent 268a2ba commit d4157e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/AnnouncementBanner/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import styles from './styles.module.css';
44

55
// Change this key whenever you change the banner
66
// to announce something new
7-
const BANNER_DISMISSED_KEY = 'reviewer-banner-dismisseda';
7+
const BANNER_DISMISSED_KEY = 'reviewer-banner-dismissed';
88

99
export function AnnouncementBanner() {
1010
const [isVisible, setIsVisible] = useState(false);

0 commit comments

Comments
 (0)