diff --git a/src/pages/oss.js b/src/pages/oss.js index c4bb9d70b..82726f922 100644 --- a/src/pages/oss.js +++ b/src/pages/oss.js @@ -1,9 +1,9 @@ +import { Star as StarIcon, AlertCircle as IssueIcon } from 'react-feather' import { Headline, DotsBackground, Layout } from 'components/patterns' import { Link, Text, Flex, Box } from 'components/elements' import { useOss } from 'components/hook' -import { layout } from 'theme' import React from 'react' -import { Star as StarIcon } from 'react-feather' +import { layout } from 'theme' export default () => { const repos = useOss() @@ -32,8 +32,14 @@ export default () => { community by creating valuable, free and easy-to-use software. - {repos.map(({ name, description, stars, url }) => ( - + {repos.map(({ name, description, stars, issues, url }) => ( + { width='150px' children={name} /> - - - + + + + + + + + +