diff --git a/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx b/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx index 64b15d98d..e530d1ffa 100644 --- a/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx +++ b/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx @@ -4,7 +4,7 @@ const createClass = require('create-react-class'); const _ = require('lodash'); const cx = require('classnames'); //Unused variable -const DISMISS_KEY = 'dismiss_notification'; +const DISMISS_KEY = 'dismiss_notification2-7-19'; const NotificationPopup = createClass({ getInitialState : function() { @@ -20,6 +20,15 @@ const NotificationPopup = createClass({ window.removeEventListener('resize', this.checkNotifications); }, notifications : { + psa : function(){ + return
  • + Known bug: Missing letters in PDF
    + With the latest Chrome update, certain characters appear as blank spaces when generating a PDF.   + + See this Reddit post + for updates and possible workarounds. +
  • ; + }, faq : function(){ return
  • Protect your work!