summaryrefslogtreecommitdiffstats
path: root/ui/src/components/post-listings.tsx
diff options
context:
space:
mode:
authorRichard <richard@tripaneer.com>2020-02-01 19:24:11 +0100
committerRichard <richard@tripaneer.com>2020-02-01 19:24:11 +0100
commitecb6d90f63ddb110cb382800fcec2a3b0dc61227 (patch)
treea789d851720016b8b94a68d98813d507cecdfc53 /ui/src/components/post-listings.tsx
parent2f9a052f89fe8d34fedcd2219e644dd51cda5505 (diff)
changed h2 back to h5
Diffstat (limited to 'ui/src/components/post-listings.tsx')
-rw-r--r--ui/src/components/post-listings.tsx4
1 files changed, 2 insertions, 2 deletions
diff --git a/ui/src/components/post-listings.tsx b/ui/src/components/post-listings.tsx
index d3d89e54..d61316b5 100644
--- a/ui/src/components/post-listings.tsx
+++ b/ui/src/components/post-listings.tsx
@@ -31,9 +31,9 @@ export class PostListings extends Component<PostListingsProps, any> {
))
) : (
<>
- <h2>
+ <h5>
{ i18n.t('no_posts') }
- </h2>
+ </h5>
{this.props.showCommunity !== undefined && (
<div>
<Link to="/communities">{ i18n.t('subscribe_to_communities') }</Link>