This commit is contained in:
Red Duck 2022-03-07 18:25:56 +02:00
parent 4ea2cba74f
commit 356d28d400
2 changed files with 9 additions and 1 deletions

7
components/imgblock.js Normal file
View File

@ -0,0 +1,7 @@
export default function ImgBlock(props) {
return (
<div style={{paddingTop:"5px"}}>
<img src={props.url} style={{borderRadius:"20px",border:"2px #913ffc solid"}}></img>
</div>
)
}

View File

@ -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 () {
<br/>
Just in - Luke messaged me basically stating that I "doxxed a child". I in fact, got doxxed myself once, I'd never do that.<br/>
Here's an image:<br/>
<blockquote class="imgur-embed-pub" lang="en" data-id="a/mpXeU2B" ><a href="//imgur.com/a/mpXeU2B">w h a t</a></blockquote><script async src="//s.imgur.com/min/embed.js" charset="utf-8"></script><br/>
<ImgBlock url="https://i.imgur.com/tDJXewW.png"/>
Rant over.<br/>
Also you should stay tuned as there could be changes to this article today as shit might happen.
<br/><br/>