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',
|
art: 'art',
|
||||||
games: 'games',
|
games: 'games',
|
||||||
music: 'music',
|
music: 'music',
|
||||||
stories: 'stories'
|
stories: 'stories',
|
||||||
|
tutorials: 'tutorials'
|
||||||
};
|
};
|
||||||
var typeOptions = ['projects','studios'];
|
var typeOptions = ['projects','studios'];
|
||||||
var modeOptions = ['trending', 'popular', 'recent', ''];
|
var modeOptions = ['trending', 'popular', 'recent', ''];
|
||||||
|
@ -152,6 +153,7 @@ var Explore = injectIntl(React.createClass({
|
||||||
{this.getBubble('games')}
|
{this.getBubble('games')}
|
||||||
{this.getBubble('music')}
|
{this.getBubble('music')}
|
||||||
{this.getBubble('stories')}
|
{this.getBubble('stories')}
|
||||||
|
{this.getBubble('tutorials')}
|
||||||
</SubNavigation>
|
</SubNavigation>
|
||||||
<Form className='sort-mode'>
|
<Form className='sort-mode'>
|
||||||
<Select name="sort"
|
<Select name="sort"
|
||||||
|
|
Loading…
Reference in a new issue