Skip to content

Commit 28d5a1f

Browse files
author
danahmadi
committed
Added trailing comma, merged branches
1 parent 6f3f63f commit 28d5a1f

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
@@ -57,7 +57,12 @@ var logos = [
5757
name: 'Apollo',
5858
img: 'apollo.png',
5959
link: 'http://www.apollostack.com/'
60-
}
60+
},
61+
{
62+
name: 'Shopify',
63+
img: 'shopify.png',
64+
link: 'https://www.shopify.com/'
65+
},
6166
];
6267

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

site/users/logos/shopify.png

27.8 KB
Loading

0 commit comments

Comments
 (0)