From 22332a2df6ff3401a3bc74d61ec06b7b652d125e Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Fri, 11 May 2018 10:24:58 -0700 Subject: [PATCH] Add Pyre to users list (#661) --- website/data/users.json | 7 +++++++ website/static/img/pyre.svg | 1 + 2 files changed, 8 insertions(+) create mode 100644 website/static/img/pyre.svg diff --git a/website/data/users.json b/website/data/users.json index ff01b8b1a3..392a0bdf44 100644 --- a/website/data/users.json +++ b/website/data/users.json @@ -90,6 +90,13 @@ "fbOpenSource": false, "pinned": true }, + { + "caption": "Pyre", + "image": "/img/pyre.svg", + "infoLink": "https://pyre-check.org", + "fbOpenSource": true, + "pinned": true + }, { "caption": "React Native", "image": "/img/react-native.svg", diff --git a/website/static/img/pyre.svg b/website/static/img/pyre.svg new file mode 100644 index 0000000000..2af14c039b --- /dev/null +++ b/website/static/img/pyre.svg @@ -0,0 +1 @@ +Asset 1 \ No newline at end of file