Added a custom favicon. (#338)

This commit is contained in:
2023-11-07 22:15:08 +01:00
committed by GitHub
parent 177ec6a673
commit 97b05bacf4
2 changed files with 1 additions and 1 deletions

View File

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

Binary file not shown.

After

Width:  |  Height:  |  Size: 472 KiB