mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-27 01:25:52 -05:00
Fix homepage row links
This commit is contained in:
parent
d5411ca20b
commit
6036fa79bc
1 changed files with 1 additions and 1 deletions
|
@ -59,7 +59,7 @@ const Carousel = props => {
|
|||
>
|
||||
{props.items.map(item => {
|
||||
let href = '';
|
||||
switch (props.type) {
|
||||
switch (item.type) {
|
||||
case 'gallery':
|
||||
href = `/studios/${item.id}/`;
|
||||
break;
|
||||
|
|
Loading…
Reference in a new issue