Skip to content

Commit 65cc80c

Browse files
authored
Merge pull request #5 from warestack/fix/address-typo-in-hero
fix: correct spelling in Hero component badge text
2 parents d1c6d75 + 41a6649 commit 65cc80c

2 files changed

Lines changed: 2 additions & 2 deletions

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

src/components/Hero.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ export function Hero({
181181
{/* Badge */}
182182
<div className="inline-flex items-center gap-2 px-3 py-1 rounded-full border border-border bg-muted/50 text-xs font-mono text-muted-foreground">
183183
<span className="w-2 h-2 rounded-full bg-success animate-pulse" />
184-
Open Source GitHub App
184+
Open-source GitHub App
185185
</div>
186186

187187
{/* Headline */}

0 commit comments

Comments
 (0)