chore: tighten dashboard in-progress copy

This commit is contained in:
Esdras Renan 2025-10-18 22:54:20 -03:00
parent 0e27d6b113
commit 83cc02fd1a

View file

@ -121,12 +121,12 @@ export function SectionCards() {
<CardFooter className="flex-col items-start gap-1 text-sm text-muted-foreground">
<div className="flex gap-2 text-foreground">
{trendInfo.value === null
? "Aguardando histórico"
? "Sem histórico recente"
: trendInfo.value >= 0
? "Mais tickets em andamento que no período anterior"
: "Menos tickets em andamento que no período anterior"}
? "Acima das últimas 24h"
: "Abaixo das últimas 24h"}
</div>
<span>Considera tickets iniciados (com 1ª resposta) e ainda sem resolução. Comparação com o mesmo horário das últimas 24h.</span>
<span>Base: tickets ativos (1ª resposta registrada) nas últimas 24h.</span>
</CardFooter>
</Card>