diff --git a/website-1.x/data/users.js b/website-1.x/data/users.js index 741ddb5ff5..8f28f28d50 100644 --- a/website-1.x/data/users.js +++ b/website-1.x/data/users.js @@ -407,6 +407,13 @@ module.exports = [ fbOpenSource: false, pinned: false, }, + { + caption: 'PayTabs', + image: '/img/users/paytabs.png', + infoLink: 'https://dev.paytabs.com/', + fbOpenSource: false, + pinned: false, + }, { caption: 'pnpm', image: 'https://pnpm.js.org/img/pnpm.svg', diff --git a/website-1.x/static/img/users/paytabs.png b/website-1.x/static/img/users/paytabs.png new file mode 100644 index 0000000000..e358424180 Binary files /dev/null and b/website-1.x/static/img/users/paytabs.png differ