0
0
mirror of https://github.com/naturalcrit/homebrewery.git synced 2026-05-13 18:08:39 +00:00

Snippets done

This commit is contained in:
Scott Tolksdorf
2016-05-10 22:29:00 -04:00
parent c9bfd08bb3
commit 6f6f5649d4
7 changed files with 171 additions and 209 deletions
+1 -1
View File
@@ -18,7 +18,7 @@ const KEY = 'naturalCrit-homebrew-new';
var NewPage = React.createClass({
getInitialState: function() {
return {
title : 'EDIT ME',
title : 'My Awesome Brew v99.99',
text: '',
isSaving : false
};