diff --git a/changelog.md b/changelog.md
index 8ee6d33d2..05e07778d 100644
--- a/changelog.md
+++ b/changelog.md
@@ -30,7 +30,8 @@ pre {
}
```
-# changelog
+## changelog
+To see a full record of development, visit our [Github Page](https://github.com/naturalcrit/homebrewery).
### Friday, 17/09/2021 - v3.0.1
diff --git a/client/homebrew/navbar/navbar.jsx b/client/homebrew/navbar/navbar.jsx
index c77d1fdc9..a61fb9d0b 100644
--- a/client/homebrew/navbar/navbar.jsx
+++ b/client/homebrew/navbar/navbar.jsx
@@ -39,7 +39,9 @@ const Navbar = createClass({
The Homebrewery
- {`v${this.state.ver}`}
+
+ {`v${this.state.ver}`}
+
{/*this.renderChromeWarning()*/}
diff --git a/client/homebrew/pages/homePage/homePage.jsx b/client/homebrew/pages/homePage/homePage.jsx
index dfb4908a0..c46d451eb 100644
--- a/client/homebrew/pages/homePage/homePage.jsx
+++ b/client/homebrew/pages/homePage/homePage.jsx
@@ -59,9 +59,6 @@ const HomePage = createClass({
-
- Changelog
-
diff --git a/client/homebrew/pages/userPage/userPage.jsx b/client/homebrew/pages/userPage/userPage.jsx
index df96b9804..bd84ce6b5 100644
--- a/client/homebrew/pages/userPage/userPage.jsx
+++ b/client/homebrew/pages/userPage/userPage.jsx
@@ -13,6 +13,7 @@ const RecentNavItem = require('../../navbar/recent.navitem.jsx').both;
const Account = require('../../navbar/account.navitem.jsx');
const NewBrew = require('../../navbar/newbrew.navitem.jsx');
const BrewItem = require('./brewItem/brewItem.jsx');
+const ReportIssue = require('../../navbar/issue.navitem.jsx');
// const brew = {
// title : 'SUPER Long title woah now',
@@ -162,6 +163,7 @@ const UserPage = createClass({
+