diff --git a/valentines-day-25/js/script.js b/valentines-day-25/js/script.js index 1dac0bb..ed14474 100644 --- a/valentines-day-25/js/script.js +++ b/valentines-day-25/js/script.js @@ -60,6 +60,16 @@ const notesForEmma = { don't let it. don't run away`, }; +const baxterThoughtImgSrc = [ + "../img/baxter-thoughts/baxter-thought-one.webp", + "../img/baxter-thoughts/baxter-thought-two.webp", + "../img/baxter-thoughts/baxter-thought-three.webp", + "../img/baxter-thoughts/baxter-thought-four.webp", + "../img/baxter-thoughts/baxter-thought-five.webp", + "../img/baxter-thoughts/baxter-thought-six.webp", + "../img/baxter-thoughts/baxter-thought-seven.webp" +]; + const displayNote = (noteName) => { console.log(`${notesForEmma[noteName.className.split(' ')[0]]}`); };