Skip to content

Commit

Permalink
rename
Browse files Browse the repository at this point in the history
  • Loading branch information
kateriley1 committed Oct 15, 2024
1 parent 277e6fe commit 6539634
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions gov_uk_dashboards/components/plotly/header.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ def header(title: str, strong_class: str = "", background_colour: str = None):
html.Div(
[
html.Img(
src="assets\\images\\headernew.png",
srcSet="assets\\images\\headernew.png 490w",
src="assets\\images\\mhclg_coat_of_arms.png",
srcSet="assets\\images\\mhclg_coat_of_arms.png 490w",
sizes="(min-width: 600px) 400px, 30vw",
className="header-image",
style={"maxWidth": "400px"},
Expand Down

0 comments on commit 6539634

Please sign in to comment.