0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 16:22:44 +00:00

Update Dismisskey for popup

Need a new key so this new message will appear again for users who cleared the popup before
This commit is contained in:
Trevor Buckner
2024-09-04 17:16:11 -04:00
parent a083999943
commit ad8e004fa9

View File

@@ -4,7 +4,7 @@ const _ = require('lodash');
import Dialog from '../../../components/dialog.jsx';
const DISMISS_KEY = 'dismiss_notification12-04-23';
const DISMISS_KEY = 'dismiss_notification04-09-24';
const DISMISS_BUTTON = <i className='fas fa-times dismiss' />;
const NotificationPopup = ()=>{