fix: Add promoted item to cart

This commit is contained in:
Sol Irvine
2023-09-01 14:54:27 -07:00
parent bd4cabd16c
commit 725a43505a
18 changed files with 167 additions and 101 deletions

View File

@@ -151,7 +151,7 @@ export default async function HomePage({
</div>
<Suspense>
<Footer cart={cart} />
<Footer cart={cart} promotedItem={promotedItem} />
</Suspense>
</div>
);