Skip to content

Commit be87e74

Browse files
authored
Adding Curio as a GraphQL user
1 parent 55064d7 commit be87e74

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

site/users/index.html.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,11 @@ var logos = [
5959
img: 'meteor.png',
6060
link: 'https://medium.com/apollo-stack/snappier-uis-with-apollo-client-graphql-bffab0b52b79#.fr92aru2y'
6161
},
62+
{
63+
name: 'Curio',
64+
img: 'https://s3.amazonaws.com/curio-public/Curio_wordmark_Gradient1.jpg',
65+
link: 'https://curio.org'
66+
},
6267
];
6368

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

0 commit comments

Comments
 (0)