]> Untitled Git - lemmy.git/commitdiff
changed h2 back to h5
authorRichard <richard@tripaneer.com>
Sat, 1 Feb 2020 18:24:11 +0000 (19:24 +0100)
committerRichard <richard@tripaneer.com>
Sat, 1 Feb 2020 18:24:11 +0000 (19:24 +0100)
ui/src/components/login.tsx
ui/src/components/post-listings.tsx

index bea8564c356387143c85cf99cda084629d223d6d..1aacac0ef09fc5404296e91dfa3693f05d36381c 100644 (file)
@@ -78,7 +78,7 @@ export class Login extends Component<any, State> {
     return (
       <div>
         <form onSubmit={linkEvent(this, this.handleLoginSubmit)}>
-          <h2>{ i18n.t('login') }</h2>
+          <h5>{ i18n.t('login') }</h5>
           <div class="form-group row">
             <label class="col-sm-2 col-form-label" for="login-email-or-username">
                 { i18n.t('email_or_username') }
index d3d89e5485be737036f9fb20c15322a9dd645c29..d61316b5765ff46df4615f091ec412400599848e 100644 (file)
@@ -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>