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 bcf8126 commit 268a2baCopy full SHA for 268a2ba
.tool-versions
@@ -1 +1 @@
1
-nodejs 20.19.2
+nodejs 22.17.1
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-dismissed';
+const BANNER_DISMISSED_KEY = 'reviewer-banner-dismisseda';
8
9
export function AnnouncementBanner() {
10
const [isVisible, setIsVisible] = useState(false);
src/components/AnnouncementBanner/styles.module.css
@@ -39,7 +39,7 @@
39
.dismissButton {
40
position: absolute;
41
right: 1rem;
42
- top: 50%;
+ top: 1.5rem;
43
transform: translateY(-50%);
44
background: transparent;
45
border: none;
0 commit comments