Skip to content

Commit

Permalink
Feat: 스플래시 이미지 추가 (#82)
Browse files Browse the repository at this point in the history
* Fix: 에러 메시지 수정

* Chore: 줄띄우기 제거

* Feat: 채팅 대상 변경에서 뒤로가기 누르면 채팅 화면으로 가기

* Feat: 스플래시 이미지 추가
  • Loading branch information
Nangniya authored Feb 16, 2024
1 parent 91796b7 commit db3c031
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions public/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,13 @@
"sizes": "512x512"
}
],
"splash_screens": [
{
"src": "splash.png",
"sizes": "322x320",
"type": "image/png"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
Expand Down
Binary file added public/splash.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit db3c031

Please sign in to comment.