0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-13 08:42:42 +00:00

Setupping up the basic components

This commit is contained in:
Scott Tolksdorf
2016-05-14 18:49:49 -04:00
parent 92e110ba15
commit ec968f47da
10 changed files with 286 additions and 8 deletions

View File

@@ -22,13 +22,13 @@ var Main = React.createClass({
beta : false
},
{
id : 'homebrew2',
path : '/homebrew',
name : 'The Homebrewery',
id : 'spellsort',
path : '/spellsort',
name : 'Spellsort',
icon : <HomebrewIcon />,
desc : 'Make authentic-looking 5e homebrews using Markdown',
desc : 'Sort and search through spells',
show : false,
show : true,
beta : true
},
{