mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 15:47:53 -05:00
parent
c83ffbef46
commit
6f35550ff4
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,8 @@ var Explore = injectIntl(React.createClass({
|
|||
art: 'art',
|
||||
games: 'games',
|
||||
music: 'music',
|
||||
stories: 'stories'
|
||||
stories: 'stories',
|
||||
tutorials: 'tutorials'
|
||||
};
|
||||
var typeOptions = ['projects','studios'];
|
||||
var modeOptions = ['trending', 'popular', 'recent', ''];
|
||||
|
@ -152,6 +153,7 @@ var Explore = injectIntl(React.createClass({
|
|||
{this.getBubble('games')}
|
||||
{this.getBubble('music')}
|
||||
{this.getBubble('stories')}
|
||||
{this.getBubble('tutorials')}
|
||||
</SubNavigation>
|
||||
<Form className='sort-mode'>
|
||||
<Select name="sort"
|
||||
|
|
Loading…
Reference in a new issue