Skip to content

Commit e174932

Browse files
tgvashworthSashko Stubailo
authored and
Sashko Stubailo
committed
Add Twitter to users page (graphql#341)
There's already a logo available.
1 parent ed26fd6 commit e174932

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
@@ -505,6 +505,11 @@ var logos = [
505505
img: 'alembic.png',
506506
link: 'http://alembic.com.au',
507507
},
508+
{
509+
name: 'Twitter',
510+
img: 'twitter.png',
511+
link: 'https://twitter.com'
512+
},
508513
// Adding your logo?
509514
// Add it to the /users/logos/ directory and then append an entry above this comment.
510515
//

0 commit comments

Comments
 (0)