From a92adc0e5369d89b3c511958eb4b5a6d827945f3 Mon Sep 17 00:00:00 2001 From: Scott Tolksdorf Date: Fri, 6 May 2016 14:19:44 -0400 Subject: [PATCH] Trying to fix asset pathing --- client/naturalCrit/home/home.jsx | 5 ++++- shared/naturalCrit/homebrewIcon.svg.jsx | 2 +- shared/naturalCrit/icon.svg.jsx | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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 + } });