Browse Source

fix: pwa icon

#1886
Timothy J. Baek 1 year ago
parent
commit
96d9d3447b
2 changed files with 1 additions and 1 deletions
  1. 1 1
      backend/main.py
  2. BIN
      backend/utils/logo.png

+ 1 - 1
backend/main.py

@@ -311,7 +311,7 @@ async def get_manifest_json():
         "background_color": "#343541",
         "theme_color": "#343541",
         "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