Skip to content

Commit

Permalink
fix: ajuste card Ativo/Receptivo
Browse files Browse the repository at this point in the history
Card ativo e receptivo estavam trocados.
  • Loading branch information
ldurans committed Dec 26, 2022
1 parent 5391500 commit 79f485b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/src/pages/dashboard/Index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
>
<q-card-section class="text-center">
<p class="text-h4 text-bold text-center"> {{ ticketsAndTimes.qtd_demanda_ativa }} </p>
Receptivo
Ativo
</q-card-section>
</q-card>
</div>
Expand All @@ -102,7 +102,7 @@
>
<q-card-section class="text-center">
<p class="text-h4 text-bold text-center"> {{ ticketsAndTimes.qtd_demanda_receptiva }} </p>
Ativo
Receptivo
</q-card-section>
</q-card>
</div>
Expand Down

0 comments on commit 79f485b

Please sign in to comment.