diff --git a/website/src/pages/index.js b/website/src/pages/index.js index 1cb6eac21..2e3d63006 100644 --- a/website/src/pages/index.js +++ b/website/src/pages/index.js @@ -42,6 +42,7 @@ const poweredByImages = [ { url: "https://facebook.com", image: "/img/who/facebook.png" }, { url: "https://freefem.org", image: "/img/who/freefem.png" }, { url: "https://www.instagram.com", image: "/img/who/instagram.png" }, + { url: "https://www.microsoft.com", image: "/img/who/microsoft.png" }, { url: "http://www.mozilla.com", image: "/img/who/mozilla.png" }, { url: "https://www.oculus.com", image: "/img/who/oculus.png" }, { diff --git a/website/static/img/who/microsoft.png b/website/static/img/who/microsoft.png new file mode 100644 index 000000000..32a52eb27 Binary files /dev/null and b/website/static/img/who/microsoft.png differ