From 3233c2c8c166f0ff362ba7c68fbbe10361075952 Mon Sep 17 00:00:00 2001 From: Mike Perry Y Attara <31483629+mikeattara@users.noreply.github.com> Date: Fri, 4 Jan 2019 19:01:56 +0000 Subject: [PATCH] docs: replace gulp favicon with svg gulp logo (#1175) * add Node SerialPort * add react-native-sensors logo * add React Native Sensors to users * fix gulp image * add gulp logo as svg * Update users.js * Update react-native-sensors.svg --- v1/website/data/users.js | 2 +- v1/website/static/img/users/gulp.svg | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 v1/website/static/img/users/gulp.svg diff --git a/v1/website/data/users.js b/v1/website/data/users.js index 88cf619156..8e565ee958 100644 --- a/v1/website/data/users.js +++ b/v1/website/data/users.js @@ -142,7 +142,7 @@ module.exports = [ }, { caption: 'Gulp', - image: 'https://gulpjs.com/img/favicon.png', + image: '/img/users/gulp.svg', infoLink: 'https://gulpjs.com', fbOpenSource: false, pinned: true, diff --git a/v1/website/static/img/users/gulp.svg b/v1/website/static/img/users/gulp.svg new file mode 100644 index 0000000000..685811dc6e --- /dev/null +++ b/v1/website/static/img/users/gulp.svg @@ -0,0 +1 @@ +gulp \ No newline at end of file