Skip to content

Commit e49ed5f

Browse files
fix(ux): add plan description to banner card
Co-Authored-By: Claude <noreply@anthropic.com>
1 parent e177695 commit e49ed5f

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/app/aluno/meus-treinos/meus-treinos-client.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ export default function MeusTreinosClient({
251251
<Sparkles className="text-primary h-5 w-5" />
252252
Plano Semanal: {bannerPlanName}
253253
</CardTitle>
254+
<CardDescription>
255+
Seu plano semanal foi gerado! Confira os treinos abaixo.
256+
</CardDescription>
254257
</CardHeader>
255258
</Card>
256259
)}

0 commit comments

Comments
 (0)