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:
@@ -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>
|
||||
|
||||
|
||||
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user