Skip to content

Commit d6e38d9

Browse files
Merge pull request #629 from plotly/fix-chess
Fix: add src=app.get_asset_url() to NOVA-IMS demo apps Former-commit-id: a4d7f1c
2 parents b7cba3f + 10a6730 commit d6e38d9

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)