Merge pull request #311 from Hestia-Homes/stonewater

fixed type and added favion
This commit is contained in:
KhalimCK 2024-07-01 15:53:16 +01:00 committed by GitHub
commit f830c37c8a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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