0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-06 16:32:40 +00:00

Added new account nav item

This commit is contained in:
Scott Tolksdorf
2016-11-25 00:28:48 -05:00
parent 4e5cd914f7
commit a0ca45ce1c
9 changed files with 60 additions and 22 deletions

View File

@@ -5,6 +5,8 @@ const cx = require('classnames');
const Nav = require('naturalcrit/nav/nav.jsx');
const Navbar = require('../../navbar/navbar.jsx');
const RecentNavItem = require('../../navbar/recent.navitem.jsx');
const Account = require('../../navbar/account.navitem.jsx');
const BrewItem = require('./brewItem/brewItem.jsx');
const UserPage = React.createClass({
@@ -29,10 +31,13 @@ const UserPage = React.createClass({
render : function(){
const brews = this.getSortedBrews();
return <div className='userPage page'>
<Navbar>
<Nav.section>
holla
<RecentNavItem.both />
<Account />
</Nav.section>
</Navbar>

View File

@@ -1,8 +1,9 @@
.userPage{
.content .phb{
margin: 20px auto;
min-height : 350px;
height : 80%;
height : 80%;
min-height : 350px;
margin : 20px auto;
column-count : 1;
&::after{
display : none;