mirror of
https://github.com/LemmyNet/lemmy.git
synced 2024-10-01 01:36:12 -04:00
changed h2 back to h5
This commit is contained in:
parent
2f9a052f89
commit
ecb6d90f63
2
ui/src/components/login.tsx
vendored
2
ui/src/components/login.tsx
vendored
@ -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') }
|
||||
|
4
ui/src/components/post-listings.tsx
vendored
4
ui/src/components/post-listings.tsx
vendored
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user