adjust paths for thought bubbles in script.js
This commit is contained in:
parent
72dedc0700
commit
f5cfab180f
@ -114,13 +114,13 @@ const creditNote = `<button class="close-note" style="display: inline-block; mar
|
||||
`;
|
||||
|
||||
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"
|
||||
"./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 displayReadThisNote = () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user