Skip to content

Commit 41a6649

Browse files
committed
fix: standardize heading capitalization in AnalysisFunnel component
1 parent 8712481 commit 41a6649

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/AnalysisFunnel.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ export function AnalysisFunnel({ analysisData }: AnalysisFunnelProps) {
167167
Step 1 → Analyze
168168
</div>
169169
<h2 className="text-2xl md:text-3xl font-semibold tracking-tight">
170-
Deep Repository Analysis
170+
Deep repository analysis
171171
</h2>
172172
<p className="text-muted-foreground max-w-2xl">
173173
Watchflow reads your repository structure, history, and patterns to understand

0 commit comments

Comments
 (0)