From ed9abec3c4eaed5d47a48659040db497cc62e179 Mon Sep 17 00:00:00 2001 From: Sven Augustin Date: Wed, 6 May 2026 17:35:26 +0200 Subject: [PATCH] renamed icon.png -> favicon.png --- icon.png => favicon.png | Bin stand.py | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename icon.png => favicon.png (100%) diff --git a/icon.png b/favicon.png similarity index 100% rename from icon.png rename to favicon.png diff --git a/stand.py b/stand.py index 4671e60..f26e3da 100755 --- a/stand.py +++ b/stand.py @@ -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)