fix: shorten hero badge text to 'Browser-first'

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-01 17:23:57 +01:00
parent cac75041db
commit c686ad82b7

View File

@@ -22,7 +22,7 @@ export default function Hero() {
> >
<span className="w-1.5 h-1.5 rounded-full bg-primary animate-pulse shrink-0" /> <span className="w-1.5 h-1.5 rounded-full bg-primary animate-pulse shrink-0" />
<span className="text-[10px] font-mono text-muted-foreground/55 tracking-widest uppercase"> <span className="text-[10px] font-mono text-muted-foreground/55 tracking-widest uppercase">
Browser-first developer toolkit Browser-first
</span> </span>
</div> </div>