chore: tighten dashboard in-progress copy
This commit is contained in:
parent
0e27d6b113
commit
83cc02fd1a
1 changed files with 4 additions and 4 deletions
|
|
@ -121,12 +121,12 @@ export function SectionCards() {
|
||||||
<CardFooter className="flex-col items-start gap-1 text-sm text-muted-foreground">
|
<CardFooter className="flex-col items-start gap-1 text-sm text-muted-foreground">
|
||||||
<div className="flex gap-2 text-foreground">
|
<div className="flex gap-2 text-foreground">
|
||||||
{trendInfo.value === null
|
{trendInfo.value === null
|
||||||
? "Aguardando histórico"
|
? "Sem histórico recente"
|
||||||
: trendInfo.value >= 0
|
: trendInfo.value >= 0
|
||||||
? "Mais tickets em andamento que no período anterior"
|
? "Acima das últimas 24h"
|
||||||
: "Menos tickets em andamento que no período anterior"}
|
: "Abaixo das últimas 24h"}
|
||||||
</div>
|
</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>
|
</CardFooter>
|
||||||
</Card>
|
</Card>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue