Skip to content
This repository was archived by the owner on Dec 12, 2024. It is now read-only.

Commit 6dedf20

Browse files
committed
FIX: homepage
1 parent 21a7a89 commit 6dedf20

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

components/core/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import NotFound from "../utils/NotFound";
1212

1313
const App = (props) => {
1414
const [data, setData] = useState([]);
15-
const [count, setCount] = useState(6); // count of posts that should load first
15+
const [count, setCount] = useState(18); // count of posts that should load first
1616
const [loading, setLoading] = useState(false);
1717

1818
// filters

0 commit comments

Comments
 (0)