Skip to content

Commit

Permalink
Use @i-vresse/haddock3-analysis-components@~0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sverhoeven committed Feb 15, 2024
1 parent 01c0370 commit e963f7c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/haddock/libs/libplots.py
Original file line number Diff line number Diff line change
Expand Up @@ -871,7 +871,7 @@ def _css_styles_for_report():
}
"""
css_link = "https://esm.sh/@i-vresse/haddock3-analysis-components@~0.4.0-next.1/dist/style.css" # noqa:E501
css_link = "https://esm.sh/@i-vresse/haddock3-analysis-components@~0.4.0/dist/style.css" # noqa:E501
table_css = f' <link href={css_link} rel="stylesheet" />'
return f"{table_css}<style>{custom_css}</style>"

Expand Down Expand Up @@ -925,7 +925,7 @@ def _generate_html_head(step):
"imports": {
"react": "https://esm.sh/react@^18.2.0",
"react-dom": "https://esm.sh/react-dom@^18.2.0",
"@i-vresse/haddock3-analysis-components": "https://esm.sh/@i-vresse/haddock3-analysis-components@~0.4.0-next.1?bundle"
"@i-vresse/haddock3-analysis-components": "https://esm.sh/@i-vresse/haddock3-analysis-components@~0.4.0?bundle"
}
}
</script>"""
Expand Down

0 comments on commit e963f7c

Please sign in to comment.