Skip to content

Commit

Permalink
Add Topbar in /legco/ #12
Browse files Browse the repository at this point in the history
  • Loading branch information
howawong committed Mar 28, 2018
1 parent a541478 commit d5e1bfa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gov_track_hk_web/js/legco/Home.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import AppBar from 'material-ui/AppBar';
import { withStyles } from 'material-ui/styles';
import Menu from './Menu';
import AbsentRank from './AbsentRank';
import Topbar from '../home/Topbar';

const styles = () => ({
jumbotron: {
Expand All @@ -25,6 +26,7 @@ class Home extends Component {
const { classes } = this.props;
return (
<div className={classes.container}>
<Topbar />
<AppBar position="static" className={classes.appBar}>
<div className={classes.jumbotron}>
<h1><div>立法會</div></h1>
Expand Down

0 comments on commit d5e1bfa

Please sign in to comment.