diff --git a/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx b/client/homebrew/brewRenderer/notificationPopup/notificationPopup.jsx index 347422b86..4db9ee892 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_notification7-24-19'; +const DISMISS_KEY = 'dismiss_notification5-8-2020'; const NotificationPopup = createClass({ getInitialState : function() { @@ -21,19 +21,24 @@ const NotificationPopup = createClass({ }, notifications : { psa : function(){ - return
  • - 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. + return
  • + Markdown library update
    + We have updated the library that converts your brews from markdown to + HTML for security reasons. We have made every effort to make sure your + homebrews appear just as they did before, but there's always a chance we + missed something. If your homebrew has started rendering incorrectly + since your last visit,  + + please let us know + +  and we will try to fix your issue as soon as possible.
  • ; }, faq : function(){ return
  • Protect your work!
    At the moment we do not save a history of your projects, so please make frequent backups of your brews!   - + See the FAQ to learn how to avoid losing your work!
  • ;