IT crowd jokes
diff --git a/pages/01189998819991197253.js b/pages/01189998819991197253.js
index 01d15ef..88b3f13 100644
--- a/pages/01189998819991197253.js
+++ b/pages/01189998819991197253.js
@@ -1,6 +1,6 @@
import Header from '../Components/Header'
-export default function Error() {
+export default function Error(props) {
return (
<>
<Header
@@ -15,7 +15,18 @@
embedDescription="This is the internet"
gradient={["F27878", "D96B6B"]}
wave="web/waves/header/rsm"
- buttons={[{color: "F27878", buttonText: "ffffff", text: "No that's too formal", link: "/#"}]}
+ buttons={[{color: "F27878", buttonText: "ffffff", text: "No that's too formal", onClick: (() => {
+ const quotes = [
+ "I said, do you think you'd die if you drank wee?",
+ "Anyway, enough about our balls!",
+ "DON'T GOOGLE THE QUESTION MOSS",
+ "Hello, IT, have you tried turning it off and on again?",
+ "I'VE GOT A RUDDY GUN",
+ "I came here to drink milk and kick ass, and I've just finished my milk",
+ "I'll just put this over here... with the rest of the fire"
+ ]
+ props.showMessage(quotes[Math.floor(Math.random() * quotes.length)])
+ })}]}
fullscreen={true}
/>
</>