diff --git a/site/users/index.html.js b/site/users/index.html.js index c6ef5e090f..fafec320c5 100644 --- a/site/users/index.html.js +++ b/site/users/index.html.js @@ -586,6 +586,11 @@ var logos = [ img: 'amplitude.png', link: 'https://amplitude.com/engineering' }, + { + name: 'Gentux', + img: 'gentux.png', + link: 'https://www.generationtux.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/gentux.png b/site/users/logos/gentux.png new file mode 100644 index 0000000000..c5a908d983 Binary files /dev/null and b/site/users/logos/gentux.png differ