Merge pull request #165 from rschamp/bugfix/GH-124

Fix GH-124: Fix studio thumbnail URLs
This commit is contained in:
Matthew Taylor 2015-10-24 14:03:09 -04:00
commit ade0959d94

View file

@ -38,7 +38,7 @@ var Carousel = React.createClass({
var href = '';
switch (item.type) {
case 'gallery':
href = '/studio/' + item.id + '/';
href = '/studios/' + item.id + '/';
break;
case 'project':
href = '/projects/' + item.id + '/';