fix: pwa icon

#1886
This commit is contained in:
Timothy J. Baek 2024-05-01 19:32:36 -07:00
parent aed078b580
commit 96d9d3447b
2 changed files with 1 additions and 1 deletions

View file

@ -311,7 +311,7 @@ async def get_manifest_json():
"background_color": "#343541", "background_color": "#343541",
"theme_color": "#343541", "theme_color": "#343541",
"orientation": "portrait-primary", "orientation": "portrait-primary",
"icons": [{"src": "/favicon.png", "type": "image/png", "sizes": "844x884"}], "icons": [{"src": "/static/logo.png", "type": "image/png", "sizes": "500x500"}],
} }

BIN
backend/utils/logo.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6 KiB