Skip to content

Commit

Permalink
Alterando Dashboard.
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigoborgesmachado committed Apr 17, 2024
1 parent b7f4f7d commit c4ead76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/Admin/DashBoard/DashBoard.js
Original file line number Diff line number Diff line change
Expand Up @@ -265,7 +265,7 @@ function DashBoard(){
id:0,
value: dados?.quantidadeUsuarios30Dias,
color: 'red',
label: 'Últimas 24 horas: ' + dados?.quantidadeUsuarios30Dias
label: 'Últimos 30 dias: ' + dados?.quantidadeUsuarios30Dias
},
{
id:1,
Expand Down

0 comments on commit c4ead76

Please sign in to comment.