Remove TODOs, and set favicon.

This commit is contained in:
2020-02-26 13:51:30 -08:00
parent 49695dd393
commit 62ae230f70
3 changed files with 4 additions and 18 deletions

View File

@@ -3,19 +3,8 @@
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
"src": "https://static.xinu.tv/favicon/gallery.png",
"type": "image/png"
}
],
"start_url": ".",