From b08c196f5eebe7afc4fd5f60e8b47911e5b5de3b Mon Sep 17 00:00:00 2001 From: chee Date: Thu, 29 Nov 2018 20:38:20 +0000 Subject: [PATCH] then i did this --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'