From 356d28d400c4ace7cf653e3de42f03c6f6756148 Mon Sep 17 00:00:00 2001 From: TheRed Date: Mon, 7 Mar 2022 18:25:56 +0200 Subject: [PATCH] changes --- components/imgblock.js | 7 +++++++ pages/articles/formulating_my_thoughts.js | 3 ++- 2 files changed, 9 insertions(+), 1 deletion(-) create mode 100644 components/imgblock.js diff --git a/components/imgblock.js b/components/imgblock.js new file mode 100644 index 0000000..d8ef6fd --- /dev/null +++ b/components/imgblock.js @@ -0,0 +1,7 @@ +export default function ImgBlock(props) { + return ( +
+ +
+ ) +} \ No newline at end of file diff --git a/pages/articles/formulating_my_thoughts.js b/pages/articles/formulating_my_thoughts.js index dfec96e..f9994e6 100644 --- a/pages/articles/formulating_my_thoughts.js +++ b/pages/articles/formulating_my_thoughts.js @@ -3,6 +3,7 @@ import Author from '../../components/author'; import Navbar from '../../components/navbar'; import EndQuote from '../../components/endquote'; import CodeBlock from '../../components/codeblock'; +import ImgBlock from '../../components/imgblock'; import Link from 'next/dist/client/link'; export default function FormulatingMyThoughts () { @@ -61,7 +62,7 @@ export default function FormulatingMyThoughts () {
Just in - Luke messaged me basically stating that I "doxxed a child". I in fact, got doxxed myself once, I'd never do that.
Here's an image:
-
w h a t

+ Rant over.
Also you should stay tuned as there could be changes to this article today as shit might happen.