style: apply Biome formatting to HeroSection
Fix multiline text formatting for long span content 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
70f87a60b2
commit
aabee6baf4
1 changed files with 4 additions and 1 deletions
|
|
@ -113,7 +113,10 @@ export function HeroSection(): React.ReactElement {
|
|||
|
||||
{/* Helper Text */}
|
||||
<div className="mt-4 flex items-center gap-4 font-mono text-xs text-foreground-tertiary uppercase tracking-wider">
|
||||
<span>Try: “web-scraper”, “github-manager”, “sql-query”</span>
|
||||
<span>
|
||||
Try: “web-scraper”, “github-manager”,
|
||||
“sql-query”
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue