0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-01 21:42:44 +00:00

Change text in RenderWarning popup

Reflect our policy of testing only on Chrome, but remove the specific issue of column-span support as that is now supported by other browsers.
This commit is contained in:
Trevor Buckner
2020-05-08 15:00:17 -04:00
parent f89c897488
commit 4ad63d5bce

View File

@@ -25,10 +25,10 @@ const RenderWarnings = createClass({
if(!isChrome){ if(!isChrome){
return <li key='chrome'> return <li key='chrome'>
<em>Built for Chrome </em> <br /> <em>Built for Chrome </em> <br />
Other browsers do not support &nbsp; Other browsers have not been tested for compatiblilty. If you
<a target='_blank' href='https://developer.mozilla.org/en-US/docs/Web/CSS/column-span#Browser_compatibility'> experience issues with your document not rendering or printing
key features properly, please try using the latest version of Chrome before
</a> this site uses. submitting a bug report.
</li>; </li>;
} }
}, },