renamed icon.png -> favicon.png

This commit is contained in:
2026-05-06 17:35:26 +02:00
parent 538e576be5
commit ed9abec3c4
2 changed files with 1 additions and 1 deletions
View File

Before

Width:  |  Height:  |  Size: 3.1 KiB

After

Width:  |  Height:  |  Size: 3.1 KiB

+1 -1
View File
@@ -120,7 +120,7 @@ def append(pgroup: PGroup, row: dict[str, Any]):
app.include_router(router)
ui.run(title="stand", favicon="icon.png", fastapi_docs=True, dark=True, show=False)
ui.run(title="stand", favicon="favicon.png", fastapi_docs=True, dark=True, show=False)