diff --git a/source/src/pages/PostList.tsx b/source/src/pages/PostList.tsx index f5f6e84..2441205 100644 --- a/source/src/pages/PostList.tsx +++ b/source/src/pages/PostList.tsx @@ -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,