Skip to content

Commit 4779bb6

Browse files
fsonleebyron
authored andcommitted
Add Reindex to GraphQL users (graphql#90)
* Add Reindex to the users * Fix a typo * Bigger Reindex logo
1 parent a84fb6a commit 4779bb6

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

site/users/index.html.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ var logos = [
3434
link: 'https://www.intuit.com/'
3535
},
3636
{
37-
name: 'Coursea',
37+
name: 'Coursera',
3838
img: 'coursera.png',
3939
link: 'https://www.coursera.org/'
4040
},
@@ -43,6 +43,11 @@ var logos = [
4343
img: 'hudl.png',
4444
link: 'https://www.hudl.com/'
4545
},
46+
{
47+
name: 'Reindex',
48+
img: 'reindex.png',
49+
link: 'https://www.reindex.io/'
50+
},
4651
];
4752

4853
module.exports = ({ page }) =>

site/users/logos/reindex.png

23.1 KB
Loading

0 commit comments

Comments
 (0)