Added a custom favicon. (#338)

This commit is contained in:
Philipp Horstenkamp 2023-11-07 22:15:08 +01:00 committed by GitHub
parent 177ec6a673
commit 97b05bacf4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ app = Dash(
external_stylesheets=[dbc.icons.BOOTSTRAP],
title="Transparenzregister",
) # use dbc for icons
app._favicon = "favicon.png" # noqa: SLF001
add_auth(app)
app.layout = html.Div(

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 KiB