summaryrefslogtreecommitdiffstats
path: root/ui/src/components/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/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/post.tsx')
-rw-r--r--ui/src/components/post.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/src/components/post.tsx b/ui/src/components/post.tsx
index 0efa254a..0075e9df 100644
--- a/ui/src/components/post.tsx
+++ b/ui/src/components/post.tsx
@@ -109,7 +109,7 @@ export class Post extends Component<any, PostState> {
newComments() {
return (
<div class="sticky-top">
- <h5>New Comments</h5>
+ <h4>New Comments</h4>
{this.state.comments.map(comment =>
<CommentNodes nodes={[{comment: comment}]} noIndent />
)}