Skip to content

Commit

Permalink
Add Deposit-Solutions to the website (apache#9604)
Browse files Browse the repository at this point in the history
Co-authored-by: Simon Cheng <[email protected]>
  • Loading branch information
sijie and pointearth authored Feb 24, 2021
1 parent 6d6bd17 commit a5b3cf6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions site2/website/data/users.js
Original file line number Diff line number Diff line change
Expand Up @@ -317,5 +317,10 @@ module.exports = [
name: 'Pandio',
url: 'https://pandio.com',
logo: 'https://pandio-public-assets.s3-us-west-2.amazonaws.com/pandio_225-05.png',
},
{
name: 'Deposit-Solutions',
url: 'https://www.deposit-solutions.com/',
logo: 'https://www.deposit-solutions.com/wp-content/uploads/2017/05/ds_logo_light_horiz.png'
}
].sort((a, b) => (a.name > b.name) ? 1 : -1);

0 comments on commit a5b3cf6

Please sign in to comment.