diff --git a/src/index.jsx b/src/index.jsx index 0147cd3..faf81e8 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -29,7 +29,7 @@ const isChrome = !!window.chrome && !!window.chrome.webstore // Blink engine detection const isBlink = (isChrome || isOpera) && !!window.CSS -if (isEdge || isIE || isOpera) { - alert('Please view this website in Firefox or Chrome for best viewing. It is untested in your browser.') +if (isEdge || isIE) { + alert('Please view this website in Opera for best viewing. It is untested in your browser.') } /* eslint-enable */