Skip to content

Commit

Permalink
Update Featured.js
Browse files Browse the repository at this point in the history
  • Loading branch information
fonsp committed Oct 30, 2023
1 parent f693e36 commit 677c5e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/components/welcome/Featured.js
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export const Featured = ({ sources, direct_html_links }) => {
<p>${coll.description}</p>
<div class="card-list">
${collection(Object.values(data.notebooks), coll.tags ?? []).map(
(entry) => html`<${FeaturedCard} entry=${entry} source_data=${data} direct_html_links=${direct_html_links} />`
(entry) => html`<${FeaturedCard} entry=${entry} source_manifest=${data} direct_html_links=${direct_html_links} />`
)}
</div>
</div>
Expand Down

0 comments on commit 677c5e6

Please sign in to comment.