From 41230d8eef84ea8e5302db6529e0ae2c8c166a44 Mon Sep 17 00:00:00 2001 From: ECWireless Date: Wed, 3 Jun 2026 10:48:33 -0600 Subject: [PATCH] chore: add first kit blog resource --- src/app/marketplace/[slug]/page.tsx | 27 ++++++++++++--------------- src/lib/marketplace.ts | 5 +++-- 2 files changed, 15 insertions(+), 17 deletions(-) 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", }, ], },