diff --git a/index.html b/index.html index 6cf25a7..ef42a1c 100644 --- a/index.html +++ b/index.html @@ -19,7 +19,7 @@ let createKiss = (x, y) => { let image = document.createElement('img') - image.src = index > 0 + image.src = index > 1 ? './lips_small.gif' : './small_heart.gif' image.style.position = 'absolute'