fix: remove app advert on mobile safari (#6630)
Co-authored-by:
Jordan Frankfurt <jordan@CORN-Jordan-949.frankfurt>
Showing
| ... | @@ -95,7 +95,7 @@ | ... | @@ -95,7 +95,7 @@ |
| "@types/rebass": "^4.0.7", | "@types/rebass": "^4.0.7", | ||
| "@types/styled-components": "^5.1.25", | "@types/styled-components": "^5.1.25", | ||
| "@types/testing-library__cypress": "^5.0.5", | "@types/testing-library__cypress": "^5.0.5", | ||
| "@types/ua-parser-js": "^0.7.35", | "@types/ua-parser-js": "^0.7.36", | ||
| "@types/uuid": "^8.3.4", | "@types/uuid": "^8.3.4", | ||
| "@types/wcag-contrast": "^3.0.0", | "@types/wcag-contrast": "^3.0.0", | ||
| "@uniswap/default-token-list": "^9.4.0", | "@uniswap/default-token-list": "^9.4.0", | ||
| ... | @@ -247,7 +247,7 @@ | ... | @@ -247,7 +247,7 @@ |
| "statsig-react": "^1.22.0", | "statsig-react": "^1.22.0", | ||
| "styled-components": "^5.3.5", | "styled-components": "^5.3.5", | ||
| "tiny-invariant": "^1.2.0", | "tiny-invariant": "^1.2.0", | ||
| "ua-parser-js": "^0.7.28", | "ua-parser-js": "^1.0.35", | ||
| "use-resize-observer": "^9.0.2", | "use-resize-observer": "^9.0.2", | ||
| "uuid": "^8.3.2", | "uuid": "^8.3.2", | ||
| "video-extensions": "^1.2.0", | "video-extensions": "^1.2.0", | ||
| ... | ... |
Please register or sign in to comment