summaryrefslogtreecommitdiffstats
path: root/ui/src/components/create-post.tsx
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-04-04 17:01:10 -0700
committerDessalines <tyhou13@gmx.com>2019-04-04 17:01:10 -0700
commit6310d9389ddaf80a1d8e0aecfb6cacbaf3b6b5b0 (patch)
tree9ac003ffbda8e4964ab9e4d42005995856a0ba1f /ui/src/components/create-post.tsx
parented688f9292f079e04fa5ad22b2505d8a45cb3d46 (diff)
Adding Iframe expand
- Adding Iframe Expand. Fixes #32 - Fix issue with table sorting. Fixes #33 - Changing all to h4s. Fixes #30
Diffstat (limited to 'ui/src/components/create-post.tsx')
-rw-r--r--ui/src/components/create-post.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/create-post.tsx b/ui/src/components/create-post.tsx
index 51e99211..784465a0 100644
--- a/ui/src/components/create-post.tsx
+++ b/ui/src/components/create-post.tsx
@@ -13,7 +13,7 @@ export class CreatePost extends Component<any, any> {
<div class="container">
<div class="row">
<div class="col-12 col-lg-6 mb-4">
- <h3>Create a Post</h3>
+ <h4>Create a Post</h4>
<PostForm onCreate={this.handlePostCreate}/>
</div>
</div>