fixed type and added favion

This commit is contained in:
Khalim Conn-Kowlessar 2024-07-01 15:51:50 +01:00
parent c6a1c5e11d
commit 8e47e430db
2 changed files with 2 additions and 1 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 24 KiB

View file

@ -34,10 +34,11 @@ def init_app():
SECRET_KEY=SECRET_KEY,
)
app.title = "Hesta X Stonewater"
app.title = "Hestia X Stonewater"
# Define the layout
app.layout = layout()
app._favicon = "favico.ico"
return app