mirror of
https://github.com/Hestia-Homes/Model.git
synced 2026-06-30 13:10:47 +00:00
Merge pull request #311 from Hestia-Homes/stonewater
fixed type and added favion
This commit is contained in:
commit
f830c37c8a
2 changed files with 2 additions and 1 deletions
BIN
etl/customers/stonewater/map_app/assets/favicon.ico
Normal file
BIN
etl/customers/stonewater/map_app/assets/favicon.ico
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 24 KiB |
|
|
@ -34,10 +34,11 @@ def init_app():
|
||||||
SECRET_KEY=SECRET_KEY,
|
SECRET_KEY=SECRET_KEY,
|
||||||
)
|
)
|
||||||
|
|
||||||
app.title = "Hesta X Stonewater"
|
app.title = "Hestia X Stonewater"
|
||||||
|
|
||||||
# Define the layout
|
# Define the layout
|
||||||
app.layout = layout()
|
app.layout = layout()
|
||||||
|
app._favicon = "favico.ico"
|
||||||
|
|
||||||
return app
|
return app
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue