diff --git a/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx b/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx index e530d1ffa..347422b86 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_notification2-7-19'; +const DISMISS_KEY = 'dismiss_notification7-24-19'; const NotificationPopup = createClass({ getInitialState : function() { @@ -22,9 +22,9 @@ const NotificationPopup = createClass({ 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.   - + Known bug: Grey Shadow Boxes
    + The shadows around certain brew elements such as notes and statblocks might appear as a solid grey box when generating a PDF.   +
    See this Reddit post for updates and possible workarounds.
  • ;