Design tweaks prelaunch
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user