diff --git a/client/homebrew/homePage/homePage.jsx b/client/homebrew/homePage/homePage.jsx
index b8ecd819e..dc4bd1055 100644
--- a/client/homebrew/homePage/homePage.jsx
+++ b/client/homebrew/homePage/homePage.jsx
@@ -60,6 +60,13 @@ var HomePage = React.createClass({
return(
+
+ issue?
+
The Homebrewery
+ v1.5.0
diff --git a/shared/naturalCrit/nav/nav.jsx b/shared/naturalCrit/nav/nav.jsx
index 1b95c669e..bdfbe6d07 100644
--- a/shared/naturalCrit/nav/nav.jsx
+++ b/shared/naturalCrit/nav/nav.jsx
@@ -58,6 +58,7 @@ var Nav = {
return {
icon : null,
href : null,
+ newTab : false,
onClick : function(){},
color : null
};
@@ -72,7 +73,7 @@ var Nav = {
if(this.props.icon) icon = ;
if(this.props.href){
- return
+ return
{this.props.children}
{icon}
diff --git a/todo.md b/todo.md
index b10379c5b..9140f304b 100644
--- a/todo.md
+++ b/todo.md
@@ -5,6 +5,7 @@ X Make statusbar un-fixed
X Simplify the panel css to remove the current issues
- Build new `BrewRenderer`, clean support for partial rendering
- Add `infoBox` to BrewRenderer to show views, and current pages
+- remove old status bar
- Add in markdown editor
- Add bleed snippet (bump)
- Add the '/new' page and force save to reduce database size
@@ -14,6 +15,8 @@ X Test the old/small brew filtering for deleteion
- Partial rendering kills style tags on unrendered pages. Detect if pages have style tags and render them.
- Add in the link of Pateron?
+- Add in a tutorial page?
+
## v1.6
- Add error handling to the saving wdiget in the status bar
- Should provide error dump to copy and a link to github issues page