expand news section

This commit is contained in:
SpikeHD
2022-05-15 18:34:37 -07:00
parent 7ca5b16c53
commit 941911f478
2 changed files with 2 additions and 2 deletions

View File

@@ -4,7 +4,7 @@
position: absolute;
min-height: 219px;
height: 30%;
height: 40%;
width: 512px;
bottom: 35%;

View File

@@ -61,7 +61,7 @@ export default class NewsSection extends React.Component<IProps, IState> {
if (!Array.isArray(obj)) return
// Get only first 5
const commitsList = obj.slice(0, 5)
const commitsList = obj.slice(0, 10)
const commitsListHtml = commitsList.map((commit: any) => {
return (
<tr className="Commit" key={commit.sha}>