diff --git a/v1/website/data/users.js b/v1/website/data/users.js index e42abd1e32..0e33169316 100644 --- a/v1/website/data/users.js +++ b/v1/website/data/users.js @@ -64,6 +64,13 @@ module.exports = [ pinned: false, }, { + caption: 'Create React App', + image: '/img/users/react.svg', + infoLink: 'https://facebook.github.io/create-react-app/', + fbOpenSource: true, + pinned: true, + }, + { caption: 'Dep', image: '/img/users/golang-dep.svg', infoLink: 'https://golang.github.io/dep/', diff --git a/v1/website/static/img/users/react.svg b/v1/website/static/img/users/react.svg new file mode 100644 index 0000000000..4e7ea7ce2b --- /dev/null +++ b/v1/website/static/img/users/react.svg @@ -0,0 +1 @@ + \ No newline at end of file