From e02e0a9b92e944c8ec55b5c9c0e802f64a3bdd35 Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Fri, 19 Oct 2018 22:58:34 -0700 Subject: [PATCH] docs: add Create React App as a user (#1050) --- v1/website/data/users.js | 7 +++++++ v1/website/static/img/users/react.svg | 1 + 2 files changed, 8 insertions(+) create mode 100644 v1/website/static/img/users/react.svg 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