From a2b1d240ee01b8bc91ac74dae6f4524a0c7cce5c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 18:03:57 +0000 Subject: [PATCH] Update src/app/planner/page.tsx --- src/app/planner/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/planner/page.tsx b/src/app/planner/page.tsx index e5ab049..ef7a27e 100644 --- a/src/app/planner/page.tsx +++ b/src/app/planner/page.tsx @@ -42,7 +42,7 @@ export default function PlannerPage() { sections={[ { heading: "Getting Started", content: { - type: "numbered-list", items: ["Input your duration", "Select your regions", "Request local quotes"] + items: ["Input your duration", "Select your regions", "Request local quotes"] } }, ]} -- 2.49.1