Skip to content

Commit

Permalink
then i did this
Browse files Browse the repository at this point in the history
  • Loading branch information
chee committed Nov 29, 2018
1 parent 312984c commit b08c196
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Expand Up @@ -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'
Expand Down

0 comments on commit b08c196

Please sign in to comment.