Skip to content

Commit 84e3344

Browse files
authored
Fix path to widget.svg on widgets.html
1 parent 18ddaf3 commit 84e3344

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)