0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-01-17 14:32:41 +00:00

Added a bunch of random generators

This commit is contained in:
Scott Tolksdorf
2016-01-05 16:41:19 -05:00
parent fb8ddfe9fa
commit 25b53a7c24
12 changed files with 590 additions and 127 deletions

View File

@@ -12,7 +12,7 @@ var HomePage = React.createClass({
getInitialState: function() {
return {
text: "# Welcome \n Katie help me decide what should go here."
text: "# Welcome \n Oh god, what to put here. *Instructions* I guess?."
};
},