diff --git a/website-1.x/data/users.js b/website-1.x/data/users.js index 4b44c9de97..8a49988dc1 100644 --- a/website-1.x/data/users.js +++ b/website-1.x/data/users.js @@ -7,6 +7,13 @@ module.exports = [ // Please add your logo in alphabetical order of caption. + { + caption: '1Hive', + image: '/img/users/1hive.png', + infoLink: 'https://1hive.org', + fbOpenSource: false, + pinned: false, + }, { caption: 'Accord Project', image: '/img/users/accord-project.png', diff --git a/website-1.x/static/img/users/1hive.png b/website-1.x/static/img/users/1hive.png new file mode 100644 index 0000000000..c11c6db65c Binary files /dev/null and b/website-1.x/static/img/users/1hive.png differ