diff --git a/app/lib/utils.js b/app/lib/utils.js index 8c0a6ad..06512bb 100644 --- a/app/lib/utils.js +++ b/app/lib/utils.js @@ -36,7 +36,7 @@ export function isMobile() export function isPlanB() { - if (browser.chrome || browser.chromium || browser.opera || browser.msedge) + if (browser.chrome || browser.chromium || browser.opera || browser.safari || browser.msedge) return true; else return false;