mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Fix GH-124: Fix studio thumbnail URLs
This commit is contained in:
parent
29414d447b
commit
99d7055a48
1 changed files with 1 additions and 1 deletions
|
@ -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 + '/';
|
||||||
|
|
Loading…
Reference in a new issue