diff --git a/site/users/index.html.js b/site/users/index.html.js index c43a8004d3..e5d52ccead 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -324,6 +324,11 @@ var logos = [ img: 'clubmed.png', link: 'https://www.clubmed.com/' }, + { + name: 'Swapcard', + img: 'swapcard.png', + link: 'https://www.swapcard.com/' + }, // Adding your logo? // Add it to the /users/logos/ directory and then append an entry above this comment. // diff --git a/site/users/logos/swapcard.png b/site/users/logos/swapcard.png new file mode 100644 index 0000000000..d7250580b6 Binary files /dev/null and b/site/users/logos/swapcard.png differ