Skip to content

Commit

Permalink
Ecosystem webpage: use the latest version of buttons and tiles (#592)
Browse files Browse the repository at this point in the history
### Summary
This PR changes the version of the tile and button carbon components to
the latest version. The old version 0.1 stopped working.
  • Loading branch information
arnaucasau committed Nov 19, 2023
1 parent 781d74a commit 4ef0065
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ecosystem/html_templates/webpage.html.jinja
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<title>Qiskit Ecosystem</title>
<script
type="module"
src="https://1.www.s81c.com/common/carbon/web-components/version/v2.0.1/tile.min.js"
src="https://1.www.s81c.com/common/carbon/web-components/tag/v2/latest/tile.min.js"
></script>
<script
type="module"
src="https://1.www.s81c.com/common/carbon/web-components/version/v2.0.1/button.min.js"
src="https://1.www.s81c.com/common/carbon/web-components/tag/v2/latest/button.min.js"
></script>
<script
type="module"
Expand Down
4 changes: 2 additions & 2 deletions website/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,11 @@
<title>Qiskit Ecosystem</title>
<script
type="module"
src="https://1.www.s81c.com/common/carbon/web-components/version/v2.0.1/tile.min.js"
src="https://1.www.s81c.com/common/carbon/web-components/tag/v2/latest/tile.min.js"
></script>
<script
type="module"
src="https://1.www.s81c.com/common/carbon/web-components/version/v2.0.1/button.min.js"
src="https://1.www.s81c.com/common/carbon/web-components/tag/v2/latest/button.min.js"
></script>
<script
type="module"
Expand Down

0 comments on commit 4ef0065

Please sign in to comment.