increased post list size from 4 to 5
This commit is contained in:
parent
953edb5405
commit
84c2e082a6
1 changed files with 1 additions and 1 deletions
|
@ -337,7 +337,7 @@ export default class App extends React.Component<AppProps, AppState> {
|
||||||
<Route
|
<Route
|
||||||
path="/"
|
path="/"
|
||||||
element={
|
element={
|
||||||
<PostList howMany={4} title="Home" />
|
<PostList howMany={5} title="Home" />
|
||||||
}
|
}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue