Skip to content

Commit a8aa918

Browse files
fix: resolve ToolInfo interface mismatch causing build failure
1 parent 2eb974c commit a8aa918

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

components/sections/ToolInfo.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import { CheckCircle2, HelpCircle, Info } from 'lucide-react'
66
interface ToolInfoProps {
77
title: string
88
description: string
9+
howItWorks: string
910
features: string[]
1011
faqs: { q: string; a: string }[]
1112
technicalSpecs?: { label: string; value: string }[]

0 commit comments

Comments
 (0)