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 fc64180 commit c90facdCopy full SHA for c90facd
src/components/NewFeaturePopup/index.tsx
@@ -102,7 +102,7 @@ const NewFeaturePopup: React.FC<NewFeaturePopupProps> = ({
102
<div className={styles.sparkles}>✨</div>
103
<div className={styles.iconGlow}></div>
104
</div>
105
- <button className={styles.closeButton} onClick={handleClose} aria-label="Close popup">
+ <button className={styles.closeButton} onClick={handleDismiss} aria-label="Close popup">
106
<svg width="18" height="18" viewBox="0 0 18 18" fill="currentColor">
107
<path d="M9 7.5l3.5-3.5a1 1 0 111.414 1.414L10.414 9l3.5 3.5a1 1 0 11-1.414 1.414L9 10.414l-3.5 3.5a1 1 0 11-1.414-1.414L7.586 9 4.086 5.5A1 1 0 115.5 4.086L9 7.5z"/>
108
</svg>
0 commit comments