From 6329f0b4d1f145f95dc66be776c7bc3052dedf63 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Teresa=20Gonz=C3=A1lez?= <144899619+uo288347@users.noreply.github.com> Date: Sun, 28 Apr 2024 22:23:30 +0200 Subject: [PATCH] Hotfix Ranking.js --- webapp/src/pages/Ranking.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/src/pages/Ranking.js b/webapp/src/pages/Ranking.js index b231dba..039680d 100644 --- a/webapp/src/pages/Ranking.js +++ b/webapp/src/pages/Ranking.js @@ -41,7 +41,7 @@ const Ranking = () => { const columns = [ { field: 'id', headerName: 'NAME', flex: 1, align: 'center', headerAlign: 'center'}, - { field: 'totalMoney', headerName: 'TOTAL MONEY', flex: 1, align: 'center', headerAlign: 'center' }, + { field: 'totalMoney', headerName: 'TOTAL POINTS', flex: 1, align: 'center', headerAlign: 'center' }, { field: 'totalCorrectAnswers', headerName: 'CORRECT ANSWERS', flex: 1, align: 'center', headerAlign: 'center' }, { field: 'totalIncorrectAnswers',headerName: 'INCORRECT ANSWERS', flex: 1, align: 'center', headerAlign: 'center' }, { field: 'totalGamesPlayed', headerName: 'TOTAL GAMES', flex: 1, align: 'center', headerAlign: 'center' }