diff --git a/client/public/res/scoreboard.json b/client/public/res/scoreboard.json
index 1b0217ead38a7da53c3d40d5980939e15b31d3d4..6939e19fac08019ccab38e10c3214a00d752bf43 100644
--- a/client/public/res/scoreboard.json
+++ b/client/public/res/scoreboard.json
@@ -97,6 +97,49 @@
     {
       "score": -15
     },
+    {
+      "score": -15
+    },
+    {
+      "nom": "mathis",
+      "score": 25
+    },
+    {
+      "nom": "rayanou",
+      "score": 25
+    },
+    {
+      "nom": "julien",
+      "score": 20
+    },
+    {
+      "score": -15
+    },
+    {
+      "score": -15
+    },
+    {
+      "score": -15
+    },
+    {
+      "nom": "n",
+      "score": -15
+    },
+    {
+      "nom": "Xav",
+      "score": 20
+    },
+    {
+      "nom": "m",
+      "score": 40
+    },
+    {
+      "nom": "julien",
+      "score": 55
+    },
+    {
+      "score": 80
+    },
     {
       "score": -15
     }
diff --git a/client/src/render.js b/client/src/render.js
index b34170324ab8556b19494f6589c1272c746f0e50..394dc4d464ada8e6b612516247b8714126b0d983 100644
--- a/client/src/render.js
+++ b/client/src/render.js
@@ -61,7 +61,7 @@ export default class Render {
 	}
 
 	renderVies(avatars, context, i) {
-		this.imageCoeur.src = `/images/heart${i}.webp`;
+		this.imageCoeur.src = `/images/heart1.webp`;
 		for (let j = 0; j < avatars[i].vies; j++) {
 			context.drawImage(
 				this.imageCoeur,