Fix GH-124: Fix studio thumbnail URLs

This commit is contained in:
Ray Schamp 2015-10-24 12:20:19 -04:00
parent 29414d447b
commit 99d7055a48

View file

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