Skip to content

Commit

Permalink
fix(responsive): update pwa mode assets
Browse files Browse the repository at this point in the history
  • Loading branch information
sawaYch committed Mar 9, 2024
1 parent ade0b5a commit b6cb377
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file added app/apple-icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
4 changes: 2 additions & 2 deletions app/layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,14 +59,14 @@ export const metadata: Metadata = {
statusBarStyle: 'black-translucent',
startupImage: [
{
url: '/splash_screens/iPhone_14_Pro_Max_landscape.png',
url: '/splash_screens/iPhone_15_Pro_Max__iPhone_15_Plus__iPhone_14_Pro_Max_landscape.png',
media:
'screen and (device-width: 430px) and (device-height: 932px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)',
},
{
url: '/splash_screens/iPhone_15_Pro__iPhone_15__iPhone_14_Pro_landscape.png',
media:
'screen and (device-width: 393px) and (device-height: 852px) and (-webkit-device-pixel-ratio: 3) and (orientation: landscape)',
url: '/splash_screens/iPhone_14_Pro_landscape.png',
},
{
media:
Expand Down

0 comments on commit b6cb377

Please sign in to comment.