Fix typo in footer quote
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Anthony Wang 2024-04-18 19:27:05 -04:00
parent 08b458b803
commit 7d9576b389
Signed by: a
SSH key fingerprint: SHA256:B5ADfMCqd2M7d/jtXDoihAV/yfXOAbWWri9+GdCN4hQ

View file

@ -17,7 +17,7 @@
"If you refuse this mission, I'll break the fourth wall again!",
"An idiot with a computer is a faster, better idiot.",
"I distinctly remember forgetting that.",
"It will make you laugh! It will make you cry! It will make you try mayonnaise-frosted pie!",
"It will make you laugh! It will make you cry! It will make you try the mayonnaise-frosted pie!",
"Icicles? Tide pods? No, typos."
]
document.querySelector(".quote").innerHTML = "“" + quotes[Math.floor(Math.random() * quotes.length)] + "”";