Skip to content

Commit

Permalink
Add lap pool schedule.
Browse files Browse the repository at this point in the history
  • Loading branch information
kunxi committed Jul 16, 2016
1 parent b340be8 commit eabf149
Show file tree
Hide file tree
Showing 2 changed files with 509 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/AwesomeBar.js
Expand Up @@ -18,10 +18,10 @@ export default class AwesomeBar extends Component {
<AppBar
title={
<DropDownMenu value={place} onChange={this.handlePlaceChange.bind(this)}>
<MenuItem value={"lap_pool"} primaryText="Lap Pool" />
<MenuItem value={"kids_zone"} primaryText="Kids Zone" />
<MenuItem value={"gymnasium"} primaryText="Gymnasium" />
<MenuItem value={"activity_pool"} primaryText="Activity Pool" />
<MenuItem value={"lap_pool"} primaryText="Lap Pool" />
</DropDownMenu>
}
iconElementLeft={<IconButton><NavigationMenu /></IconButton>}
Expand Down

0 comments on commit eabf149

Please sign in to comment.