0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-24 22:52:40 +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){
return <li key='chrome'>
<em>Built for Chrome </em> <br />
Other browsers do not support &nbsp;
<a target='_blank' href='https://developer.mozilla.org/en-US/docs/Web/CSS/column-span#Browser_compatibility'>
key features
</a> this site uses.
Other browsers have not been tested for compatiblilty. If you
experience issues with your document not rendering or printing
properly, please try using the latest version of Chrome before
submitting a bug report.
</li>;
}
},