mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 07:38:07 -05:00
Fix the studio links to use the correct URL
This commit is contained in:
parent
8d1971876f
commit
bfd14a115a
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ const StudioList = props => {
|
||||||
<ThumbnailColumn
|
<ThumbnailColumn
|
||||||
cards
|
cards
|
||||||
showAvatar
|
showAvatar
|
||||||
itemType="studio"
|
itemType="studios"
|
||||||
items={studios.slice(0, 5)}
|
items={studios.slice(0, 5)}
|
||||||
showFavorites={false}
|
showFavorites={false}
|
||||||
showLoves={false}
|
showLoves={false}
|
||||||
|
|
Loading…
Reference in a new issue