Add Tutorials Button

For #1009
This commit is contained in:
The_Grits 2016-11-09 21:32:58 -05:00 committed by GitHub
parent c83ffbef46
commit 6f35550ff4

View file

@ -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"