no apostrophe in react
parent
dafabe8212
commit
645588a07b
|
@ -85,31 +85,31 @@ const Blog = () => <article>
|
||||||
|
|
||||||
const Projects = () => <article className="flex flex-col">
|
const Projects = () => <article className="flex flex-col">
|
||||||
<span>
|
<span>
|
||||||
I was about to type Lorem Ipsum until I realize I couldn't even remember the content
|
I was about to type Lorem Ipsum until I realize I could not even remember the content
|
||||||
of the first sentence.
|
of the first sentence.
|
||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
I was about to type Lorem Ipsum until I realize I couldn't even remember the content
|
I was about to type Lorem Ipsum until I realize I could not even remember the content
|
||||||
of the first sentence.
|
of the first sentence.
|
||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
I was about to type Lorem Ipsum until I realize I couldn't even remember the content
|
I was about to type Lorem Ipsum until I realize I could not even remember the content
|
||||||
of the first sentence.
|
of the first sentence.
|
||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
I was about to type Lorem Ipsum until I realize I couldn't even remember the content
|
I was about to type Lorem Ipsum until I realize I could not even remember the content
|
||||||
of the first sentence.
|
of the first sentence.
|
||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
I was about to type Lorem Ipsum until I realize I couldn't even remember the content
|
I was about to type Lorem Ipsum until I realize I could not even remember the content
|
||||||
of the first sentence.
|
of the first sentence.
|
||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
I was about to type Lorem Ipsum until I realize I couldn't even remember the content
|
I was about to type Lorem Ipsum until I realize I could not even remember the content
|
||||||
of the first sentence.
|
of the first sentence.
|
||||||
</span>
|
</span>
|
||||||
<span>
|
<span>
|
||||||
I was about to type Lorem Ipsum until I realize I couldn't even remember the content
|
I was about to type Lorem Ipsum until I realize I could not even remember the content
|
||||||
of the first sentence.
|
of the first sentence.
|
||||||
</span>
|
</span>
|
||||||
</article>
|
</article>
|
||||||
|
|
Loading…
Reference in New Issue