letter capitalization
This commit is contained in:
parent
1aaedcd8bb
commit
69cd00094c
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ export default class PostList extends React.Component<
|
|||
|
||||
const howMany = props.howMany | 0
|
||||
const isLimited = howMany ? true : false
|
||||
const h1Text = isLimited ? `recent posts` : "All posts"
|
||||
const h1Text = isLimited ? `Recent Posts` : "All Posts"
|
||||
|
||||
this.state = {
|
||||
howMany: howMany,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue