diff --git a/client/naturalCrit/home/home.jsx b/client/naturalCrit/home/home.jsx index 1c8cad9bb..ed099853f 100644 --- a/client/naturalCrit/home/home.jsx +++ b/client/naturalCrit/home/home.jsx @@ -23,7 +23,7 @@ var Home = React.createClass({
- +

Top-tier tools for the discerning DM

@@ -36,6 +36,8 @@ var Home = React.createClass({

Make authentic-looking 5e homebrews using Markdown

+ + {/*
@@ -43,6 +45,7 @@ var Home = React.createClass({

Easily create and manage complex encouters for your party

+ */} ); diff --git a/shared/naturalCrit/homebrewIcon.svg.jsx b/shared/naturalCrit/homebrewIcon.svg.jsx index 3892018dd..69e33ebc9 100644 --- a/shared/naturalCrit/homebrewIcon.svg.jsx +++ b/shared/naturalCrit/homebrewIcon.svg.jsx @@ -2,7 +2,7 @@ var React = require('react'); var Logo = React.createClass({ render : function(){ - return + return diff --git a/shared/naturalCrit/icon.svg.jsx b/shared/naturalCrit/icon.svg.jsx index 7aa16bc5f..9eba97054 100644 --- a/shared/naturalCrit/icon.svg.jsx +++ b/shared/naturalCrit/icon.svg.jsx @@ -2,7 +2,7 @@ var React = require('react'); var Logo = React.createClass({ render : function(){ - return + } });