Design tweaks prelaunch

This commit is contained in:
Moris Zen
2018-09-05 11:49:58 +02:00
parent 41ee22d024
commit 897d026432
6 changed files with 9 additions and 9 deletions

View File

@@ -27,7 +27,6 @@ class PostDefault extends Component {
/>
<main className="container mx-auto p-4 sm:p-10">
<h1>Specific Post - {data.wordpressPost.title}</h1>
<h1>Slug - {data.wordpressPost.slug}</h1>
<div
dangerouslySetInnerHTML={{
__html: data.wordpressPost.content,