Skip to content

Commit

Permalink
added PNG, changed pseudo-tab label names
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzw committed Feb 22, 2016
1 parent e3e22d3 commit 6b31e87
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions app/components/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,21 +26,21 @@ var App = React.createClass({
currentTab: 'a',
currentTabs: [ <Tab
icon={<OffIcon />}
label={'leaTab'}
label={'Cluster'}
value={'a'}
inkBarStyle={{backgroundColor:"#FFC107", color:'#000'}}
onClick={ function() {
return that.switchTab('a') } } />,
<Tab
icon={<OffIcon />}
label={'cruzTab'}
label={'File System'}
value={'b'}
inkBarStyle={{backgroundColor:"#FFC107", color:'#000'}}
onClick={ function() {
return that.switchTab('b') } } />,
<Tab
icon={<OffIcon />}
label={'danTab'}
label={'Crypto'}
value={'c'}
inkBarStyle={{backgroundColor:"#FFC107", color:'#000'}}
onClick={ function() {
Expand Down
Binary file added icons/DocWave1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 6b31e87

Please sign in to comment.