Skip to content

Commit

Permalink
add dynamic image link
Browse files Browse the repository at this point in the history
Former-commit-id: 62af41f
  • Loading branch information
AirballClaytonCalvin committed May 10, 2021
1 parent b7cba3f commit 10a6730
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/dash-chess-analytics/app.py
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ def board_output(df, col_list):
children=[
dbc.Col(
html.Img(
src="/assets/apple-touch-icon.png",
src=app.get_asset_url("apple-touch-icon.png"),
id="logo",
style={"border-radius": "50%"},
),
Expand Down

0 comments on commit 10a6730

Please sign in to comment.