1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-15 18:56:22 +00:00

add Markdown

This commit is contained in:
Rokt33r
2015-07-18 03:25:02 +09:00
parent 05325e7276
commit b30511eb51
11 changed files with 202 additions and 43 deletions

View File

@@ -60,7 +60,7 @@ var LaunchModal = React.createClass({
}
return (
<div onClick={this.stopPropagation} className='modal launch-modal'>
<div onClick={this.stopPropagation} className='LaunchModal modal'>
<div className='modal-header'>
<div className='modal-tab'>
<button className={this.state.currentTab === 'snippet' ? 'btn-primary active' : 'btn-default'} onClick={this.selectSnippetTab}>Snippet</button><button className={this.state.currentTab === 'blueprint' ? 'btn-primary active' : 'btn-default'} onClick={this.selectBlueprintTab}>Blueprint</button>