mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-22 23:27:54 -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 = '';
|
||||
switch (item.type) {
|
||||
case 'gallery':
|
||||
href = '/studio/' + item.id + '/';
|
||||
href = '/studios/' + item.id + '/';
|
||||
break;
|
||||
case 'project':
|
||||
href = '/projects/' + item.id + '/';
|
||||
|
|
Loading…
Reference in a new issue