mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 23:12:39 +00:00
more pathing
This commit is contained in:
@@ -3,12 +3,13 @@ var _ = require('lodash');
|
|||||||
var cx = require('classnames');
|
var cx = require('classnames');
|
||||||
|
|
||||||
var Router = require('pico-router');
|
var Router = require('pico-router');
|
||||||
var Icon = require('naturalcrit/icon.svg.jsx');
|
|
||||||
var Logo = require('naturalcrit/logo/logo.jsx');
|
|
||||||
|
|
||||||
|
|
||||||
var HomebrewIcon = require('naturalcrit/homebrewIcon.svg.jsx');
|
//var Icon = require('naturalcrit/icon.svg.jsx');
|
||||||
var CombatIcon = require('naturalcrit/combatIcon.svg.jsx');
|
//var Logo = require('naturalcrit/logo/logo.jsx');
|
||||||
|
|
||||||
|
//var HomebrewIcon = require('naturalcrit/homebrewIcon.svg.jsx');
|
||||||
|
//var CombatIcon = require('naturalcrit/combatIcon.svg.jsx');
|
||||||
|
|
||||||
var Home = React.createClass({
|
var Home = React.createClass({
|
||||||
|
|
||||||
@@ -17,7 +18,6 @@ var Home = React.createClass({
|
|||||||
},
|
},
|
||||||
|
|
||||||
render : function(){
|
render : function(){
|
||||||
var self = this;
|
|
||||||
return(
|
return(
|
||||||
<div className='home'>
|
<div className='home'>
|
||||||
|
|
||||||
@@ -31,7 +31,7 @@ var Home = React.createClass({
|
|||||||
|
|
||||||
<div className='homebrew toolContainer' onClick={Router.navigate.bind(self, '/homebrew')}>
|
<div className='homebrew toolContainer' onClick={Router.navigate.bind(self, '/homebrew')}>
|
||||||
<div className='content'>
|
<div className='content'>
|
||||||
<HomebrewIcon />
|
{/*<HomebrewIcon />*/}
|
||||||
<h2>The Homebrewery</h2>
|
<h2>The Homebrewery</h2>
|
||||||
<p>Make authentic-looking 5e homebrews using Markdown</p>
|
<p>Make authentic-looking 5e homebrews using Markdown</p>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user