From a50c38b237fcad4e2aa667f763ec165c5885f2ef Mon Sep 17 00:00:00 2001 From: Gal Havivi Date: Fri, 24 Jan 2020 20:28:21 +0200 Subject: [PATCH] docs(v1): showcase user Jafar (#2242) * Add Jafar to users Add Jafar to users https://yahoo.github.io/jafar/ * Update users.js * Update users.js * Update users.js Co-authored-by: Yangshun Tay --- website-1.x/data/users.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website-1.x/data/users.js b/website-1.x/data/users.js index 8f926a413e..ac1cf78cdc 100644 --- a/website-1.x/data/users.js +++ b/website-1.x/data/users.js @@ -322,6 +322,13 @@ module.exports = [ fbOpenSource: true, pinned: false, }, + { + caption: 'Jafar', + image: 'https://yahoo.github.io/jafar/img/jafar.svg', + infoLink: 'https://yahoo.github.io/jafar', + fbOpenSource: false, + pinned: false, + }, { caption: 'Jest', image: '/img/users/jest.png',