Merge branch 'main' into feat/fix-ui

This commit is contained in:
Alexsandro
2026-04-16 11:52:37 -03:00
committed by GitHub
187 changed files with 4380 additions and 2719 deletions

View File

@@ -103,7 +103,7 @@ function StepCard({
{step}
</div>
<div className="min-w-0">
<h3 className="font-medium mb-1.5 md:mb-2">{title}</h3>
<h3 className="font-semibold mb-1.5 md:mb-2">{title}</h3>
{children}
</div>
</div>