adjust paths for thought bubbles in script.js

This commit is contained in:
zepp 2025-02-10 00:46:33 -05:00
parent 72dedc0700
commit f5cfab180f

View File

@ -114,13 +114,13 @@ const creditNote = `<button class="close-note" style="display: inline-block; mar
`; `;
const baxterThoughtImgSrc = [ const baxterThoughtImgSrc = [
"../img/baxter-thoughts/baxter-thought-one.webp", "./img/baxter-thoughts/baxter-thought-one.webp",
"../img/baxter-thoughts/baxter-thought-two.webp", "./img/baxter-thoughts/baxter-thought-two.webp",
"../img/baxter-thoughts/baxter-thought-three.webp", "./img/baxter-thoughts/baxter-thought-three.webp",
"../img/baxter-thoughts/baxter-thought-four.webp", "./img/baxter-thoughts/baxter-thought-four.webp",
"../img/baxter-thoughts/baxter-thought-five.webp", "./img/baxter-thoughts/baxter-thought-five.webp",
"../img/baxter-thoughts/baxter-thought-six.webp", "./img/baxter-thoughts/baxter-thought-six.webp",
"../img/baxter-thoughts/baxter-thought-seven.webp" "./img/baxter-thoughts/baxter-thought-seven.webp"
]; ];
const displayReadThisNote = () => { const displayReadThisNote = () => {