summaryrefslogtreecommitdiffstats
path: root/ui/src/components/create-community.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-community.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-community.tsx')
-rw-r--r--ui/src/components/create-community.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/create-community.tsx b/ui/src/components/create-community.tsx
index cd43c8fa..e98352a2 100644
--- a/ui/src/components/create-community.tsx
+++ b/ui/src/components/create-community.tsx
@@ -13,7 +13,7 @@ export class CreateCommunity extends Component<any, any> {
<div class="container">
<div class="row">
<div class="col-12 col-lg-6 mb-4">
- <h3>Create Forum</h3>
+ <h4>Create Forum</h4>
<CommunityForm onCreate={this.handleCommunityCreate}/>
</div>
</div>