Skip to content

Commit 10a6730

Browse files
add dynamic image link
Former-commit-id: 62af41f
1 parent b7cba3f commit 10a6730

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • apps/dash-chess-analytics

apps/dash-chess-analytics/app.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def board_output(df, col_list):
127127
children=[
128128
dbc.Col(
129129
html.Img(
130-
src="/assets/apple-touch-icon.png",
130+
src=app.get_asset_url("apple-touch-icon.png"),
131131
id="logo",
132132
style={"border-radius": "50%"},
133133
),

0 commit comments

Comments
 (0)