0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2025-12-30 15:22:41 +00:00

Initial commit - adds a New button to the Nav bar on the Home, User, and Edit pages.

This commit is contained in:
G.Ambatte
2021-01-23 00:36:10 +13:00
parent ba600f5da6
commit e367cb2152
4 changed files with 38 additions and 0 deletions

View File

@@ -9,6 +9,7 @@ const { Meta } = require('vitreum/headtags');
const Nav = require('naturalcrit/nav/nav.jsx');
const Navbar = require('../../navbar/navbar.jsx');
const NewBrew = require('../../navbar/newbrew.navitem.jsx');
const ReportIssue = require('../../navbar/issue.navitem.jsx');
const PrintLink = require('../../navbar/print.navitem.jsx');
const Account = require('../../navbar/account.navitem.jsx');
@@ -348,6 +349,7 @@ const EditPage = createClass({
</Nav.section>
<Nav.section>
<NewBrew />
{this.renderGoogleDriveIcon()}
{this.renderSaveButton()}
<ReportIssue />