Skip to content

Commit 4d0648d

Browse files
authored
Merge pull request jupyter#621 from jupyter/krassowski-fix-wdgets-icon
Fix path to `widget.svg` on `widgets.html`
2 parents 18ddaf3 + 84e3344 commit 4d0648d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

widgets.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<section>
2121
<div class="section-white top-section-border">
2222
<div class="container">
23-
<img class="section-icon img-responsive" src="assets/widget.svg" alt="icon to represent multiple notebooks">
23+
<img class="section-icon img-responsive" src="assets/homepage/widget.svg" alt="icon to represent multiple notebooks">
2424
<h3 class="col-sm-12 section-header">Notebook Widgets</h3>
2525
<p class="support-paragraph">Notebooks come alive when interactive widgets are used. Users can visualize and control changes in the data. Learning becomes an immersive, plus fun, experience. Researchers can easily see how changing inputs to a model impacts the results.</p>
2626
</div>

0 commit comments

Comments
 (0)