Skip to content

Commit

Permalink
add hello world app demo into browser
Browse files Browse the repository at this point in the history
  • Loading branch information
shea256 committed Sep 19, 2016
1 parent 12e1a07 commit 8f22066
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion app/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ class MainScreen extends Component {
return (
<div className="body-main">
<Sidebar />
<div className="content-section">
<div className="content-section" style={{ height: '100%' }}>
<Navbar />
{this.props.children}
</div>
Expand Down
1 change: 1 addition & 0 deletions app/pages/apps/AppPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ class AppPage extends Component {
'bitcoincore': 'https://bitcoincore.org',
'coinbase': 'https://www.coinbase.com',
'21': 'https://21.co',
'helloworld': 'https://blockstack-hello-world.firebaseapp.com/'
}

if (routeName in routes) {
Expand Down

0 comments on commit 8f22066

Please sign in to comment.