diff --git a/src/ui/components/news/NewsSection.css b/src/ui/components/news/NewsSection.css index 114763e..104178f 100644 --- a/src/ui/components/news/NewsSection.css +++ b/src/ui/components/news/NewsSection.css @@ -4,7 +4,7 @@ position: absolute; min-height: 219px; - height: 30%; + height: 40%; width: 512px; bottom: 35%; diff --git a/src/ui/components/news/NewsSection.tsx b/src/ui/components/news/NewsSection.tsx index accadb4..c0ffbfa 100644 --- a/src/ui/components/news/NewsSection.tsx +++ b/src/ui/components/news/NewsSection.tsx @@ -61,7 +61,7 @@ export default class NewsSection extends React.Component { 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 (