1
0
mirror of https://github.com/stolksdorf/homebrewery.git synced 2025-12-24 04:01:28 +00:00

Good start on the homepage and added int eh google analytics code

This commit is contained in:
Scott Tolksdorf
2016-01-08 19:26:30 -05:00
parent 46186c0de2
commit 8e7a5fadec
11 changed files with 159 additions and 9 deletions

View File

@@ -26,6 +26,9 @@ var Admin = React.createClass({
</header>
<div className='container'>
<a target="_blank" href='https://www.google.com/analytics/web/?hl=en#report/defaultid/a72212009w109843310p114529111/'>Link to Google Analytics</a>
<HomebrewAdmin homebrews={this.props.homebrews} admin_key={this.props.admin_key} />
</div>