Skip to content

Commit

Permalink
Merge pull request fmeringdal#10 from mfkp/edge-browser-linux
Browse files Browse the repository at this point in the history
Move MS Edge browser detection outside of windows block (to support linux)
  • Loading branch information
fmeringdal authored Jun 9, 2021
2 parents c926c5b + a9d7efa commit c1c4da0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/pages/EntryPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -123,14 +123,14 @@ const EntryPage = (props: Props) => {
const supportedBrowsers = {
windows: {
"internet explorer": ">12",
"microsoft edge": ">18",
},
safari: ">12",
firefox: ">=60",
chrome: ">=74",
chromium: ">=74",
opera: ">=62",
"samsung internet for android": ">=11.1.1.52",
"Microsoft Edge": ">18",
};
// Get current device.
const device = deviceInfo();
Expand Down

0 comments on commit c1c4da0

Please sign in to comment.