Skip to content

Commit 268a2ba

Browse files
brunobergherhannesrudolph
authored andcommitted
Visual tweak
1 parent bcf8126 commit 268a2ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.tool-versions

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
nodejs 20.19.2
1+
nodejs 22.17.1

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-dismissed';
7+
const BANNER_DISMISSED_KEY = 'reviewer-banner-dismisseda';
88

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

src/components/AnnouncementBanner/styles.module.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
.dismissButton {
4040
position: absolute;
4141
right: 1rem;
42-
top: 50%;
42+
top: 1.5rem;
4343
transform: translateY(-50%);
4444
background: transparent;
4545
border: none;

0 commit comments

Comments
 (0)