mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 00:21:20 -05:00
Merge pull request #2542 from paulkaplan/fix-studio-linking
Fix the studio links to use the correct URL
This commit is contained in:
commit
0f1f3737f2
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const StudioList = props => {
|
|||
<ThumbnailColumn
|
||||
cards
|
||||
showAvatar
|
||||
itemType="studio"
|
||||
itemType="studios"
|
||||
items={studios.slice(0, 5)}
|
||||
showFavorites={false}
|
||||
showLoves={false}
|
||||
|
|
Loading…
Reference in a new issue