diff --git a/src/app/marketplace/[slug]/page.tsx b/src/app/marketplace/[slug]/page.tsx index 6ab6491..e6c6b80 100644 --- a/src/app/marketplace/[slug]/page.tsx +++ b/src/app/marketplace/[slug]/page.tsx @@ -82,27 +82,24 @@ export default async function MarketplaceKitPage({ params }: KitPageProps) {

{item.summary}

+
+
+ +
+
-
-
-
- -
-
-
-
diff --git a/src/lib/marketplace.ts b/src/lib/marketplace.ts index c147f84..8824692 100644 --- a/src/lib/marketplace.ts +++ b/src/lib/marketplace.ts @@ -73,8 +73,9 @@ export const marketplaceItems: MarketplaceItem[] = [ }, { label: "Build log", - description: "A longer writeup will be linked here after publication.", - status: "Coming soon", + description: + "Published walkthrough for the DIY cooking companion, including the project context and build process.", + href: "https://paragraph.com/@raidguild-forge/diy-cooking-companion", }, ], },