Skip to content

Commit

Permalink
update images
Browse files Browse the repository at this point in the history
  • Loading branch information
notV4l committed Sep 19, 2023
1 parent 554c5a4 commit af4095e
Show file tree
Hide file tree
Showing 17 changed files with 1 addition and 13 deletions.
Binary file modified web/public/android-chrome-192x192.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/public/android-chrome-512x512.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/public/apple-touch-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/public/favicon-16x16.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/public/favicon-32x32.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified web/public/favicon.ico
Binary file not shown.
Binary file removed web/public/splashscreens/ipad_splash.png
Binary file not shown.
Binary file removed web/public/splashscreens/ipadpro1_splash.png
Binary file not shown.
Binary file removed web/public/splashscreens/ipadpro2_splash.png
Binary file not shown.
Binary file removed web/public/splashscreens/ipadpro3_splash.png
Binary file not shown.
Binary file removed web/public/splashscreens/iphone5_splash.png
Binary file not shown.
Binary file removed web/public/splashscreens/iphone6_splash.png
Binary file not shown.
Binary file removed web/public/splashscreens/iphoneplus_splash.png
Binary file not shown.
Binary file removed web/public/splashscreens/iphonex_splash.png
Binary file not shown.
Binary file removed web/public/splashscreens/iphonexr_splash.png
Binary file not shown.
Binary file removed web/public/splashscreens/iphonexsmax_splash.png
Binary file not shown.
14 changes: 1 addition & 13 deletions web/src/pages/_document.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,19 +9,7 @@ export default function Document() {
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png" />
<link rel="apple-touch-icon" href="/icon.png" />

{/* splashscreens */}
<link href="/splashscreens/iphone5_splash.png" media="(device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
<link href="/splashscreens/iphone6_splash.png" media="(device-width: 375px) and (device-height: 667px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
<link href="/splashscreens/iphoneplus_splash.png" media="(device-width: 621px) and (device-height: 1104px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" />
<link href="/splashscreens/iphonex_splash.png" media="(device-width: 375px) and (device-height: 812px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" />
<link href="/splashscreens/iphonexr_splash.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
<link href="/splashscreens/iphonexsmax_splash.png" media="(device-width: 414px) and (device-height: 896px) and (-webkit-device-pixel-ratio: 3)" rel="apple-touch-startup-image" />
<link href="/splashscreens/ipad_splash.png" media="(device-width: 768px) and (device-height: 1024px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
<link href="/splashscreens/ipadpro1_splash.png" media="(device-width: 834px) and (device-height: 1112px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
<link href="/splashscreens/ipadpro3_splash.png" media="(device-width: 834px) and (device-height: 1194px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />
<link href="/splashscreens/ipadpro2_splash.png" media="(device-width: 1024px) and (device-height: 1366px) and (-webkit-device-pixel-ratio: 2)" rel="apple-touch-startup-image" />


{/* pwa */}
<link rel="manifest" href="/manifest.json" />
<meta name="theme-color" content="#11ED83" />
Expand Down

0 comments on commit af4095e

Please sign in to comment.