diff --git a/v1/website/data/users.js b/v1/website/data/users.js index a093093e0d69..a00487887730 100644 --- a/v1/website/data/users.js +++ b/v1/website/data/users.js @@ -211,6 +211,13 @@ module.exports = [ fbOpenSource: false, pinned: false, }, + { + caption: 'React 360', + image: '/img/users/react-360.svg', + infoLink: 'https://facebook.github.io/react-360', + fbOpenSource: true, + pinned: true, + }, { caption: 'React Native', image: '/img/users/react-native.svg', diff --git a/v1/website/static/img/users/react-360.svg b/v1/website/static/img/users/react-360.svg new file mode 100644 index 000000000000..6a30f177745d --- /dev/null +++ b/v1/website/static/img/users/react-360.svg @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file