Fixed error with images

This commit is contained in:
2024-06-04 20:04:45 +02:00
parent 457838e268
commit 4525022418

View File

@@ -9,10 +9,10 @@ const Dhealth = document.querySelector('#heaN');
const imgTiger = {
Normal: {
tiger: [
'../img/tiger/baby.png',
'../img/tiger/teen.png',
'../img/tiger/adult.png',
'../img/tiger/senior.png'
'./img/tiger/baby.png',
'./img/tiger/teen.png',
'./img/tiger/adult.png',
'./img/tiger/senior.png'
]
},
////"Spring": {},