From 3755522681bc5ea805be4aa6b06d5dfdf3226ec1 Mon Sep 17 00:00:00 2001 From: Justin Headley Date: Sat, 16 Jun 2018 00:30:16 -0700 Subject: [PATCH] Add rest-hapi to users (#782) --- website/data/users.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/website/data/users.js b/website/data/users.js index 40e1788cc3..b5f4f2db9a 100644 --- a/website/data/users.js +++ b/website/data/users.js @@ -196,6 +196,13 @@ module.exports = [ fbOpenSource: true, pinned: true, }, + { + caption: 'rest-hapi', + image: 'https://jkheadley.github.io/rest-hapi/img/rest-hapi-logo-alt.png', + infoLink: 'https://jkheadley.github.io/rest-hapi/', + fbOpenSource: false, + pinned: false, + }, { caption: 'Sonar', image: '/img/users/sonar.png',