From b52189d68f49fafd188a44e77d74f042ffa2a898 Mon Sep 17 00:00:00 2001 From: Jules Villard Date: Mon, 8 Feb 2021 07:24:28 -0800 Subject: [PATCH] [website] Add wolfSSL to the list of Infer users (#1376) Summary: Closes https://github.com/facebook/infer/pull/1376 Reviewed By: ngorogiannis Differential Revision: D26313372 fbshipit-source-id: 3a8d024c9 --- website/src/pages/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/website/src/pages/index.js b/website/src/pages/index.js index a12fe049b..1cb6eac21 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -62,6 +62,7 @@ const poweredByItems = [ { url: "https://www.sky.com", name: "Sky" }, { url: "https://tile.com", name: "Tile" }, { url: "https://vuo.org", name: "Vuo" }, + { url: "https://wolfssl.com", name: "wolfSSL" }, ]; function Home() {