Skip to content

Commit

Permalink
fix: updated permitted chrome and edge browser
Browse files Browse the repository at this point in the history
  • Loading branch information
malmen237 authored and martinstark committed May 2, 2024
1 parent 2e777b8 commit d17dcd8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bowser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ const browser = Bowser.getParser(window.navigator.userAgent);
export const isMobile = deviceInfo.platform.type === "mobile";

export const isValidBrowser = browser.satisfies({
chrome: ">=80",
edge: ">=80",
chrome: ">=115",
edge: ">=115",
firefox: ">=113",
safari: ">=16.4",
samsung: ">=21",
Expand Down

0 comments on commit d17dcd8

Please sign in to comment.