Skip to content

Commit 5657282

Browse files
committed
Fix?
1 parent c937005 commit 5657282

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

heartmeter/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ const canvas = document.getElementById("canvas");
1010
const ctx = canvas.getContext("2d");
1111

1212
const heartImg = new Image();
13-
heartImg.src = "heart.png";
13+
heartImg.src = "/heartmeter/heart.png";
1414
heartImg.onload = render;
1515

1616
const healSound = new Audio("increment_health.ogg");

0 commit comments

Comments
 (0)