diff --git a/frontend/components/welcome/Featured.js b/frontend/components/welcome/Featured.js index e3286bdc7d..e9970001c3 100644 --- a/frontend/components/welcome/Featured.js +++ b/frontend/components/welcome/Featured.js @@ -199,7 +199,7 @@ export const Featured = ({ sources, direct_html_links }) => {

${coll.description}

${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} />` )}