Skip to content

Commit

Permalink
v7 remove news from hp
Browse files Browse the repository at this point in the history
  • Loading branch information
sagivo committed Mar 16, 2018
1 parent 3b78340 commit 8090040
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "StockStalk",
"version": "1.0.6",
"version": "1.0.7",
"author": "FOO BAR",
"private": true,
"description": "Your stocks on your desktop",
"license": "MIT",
"main": "public/electron-starter.js",
"main": "build/electron-starter.js",
"repository": "github:sagivo/StockStalk",
"homepage": "./",
"dependencies": {
Expand Down
1 change: 0 additions & 1 deletion src/Main.js
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ export default class Main extends Component {

return (
<div id="main-container">
{this.renderNews()}
<div className="clear">&nbsp;</div>
{userStore.positions.length && <Table />}
{userStore.watchlist.length && <div>
Expand Down
22 changes: 11 additions & 11 deletions src/styles/app.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/styles/app.css.map

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 2 additions & 1 deletion src/styles/stylus/app.styl
Original file line number Diff line number Diff line change
Expand Up @@ -201,7 +201,6 @@ html
#stock-news
margin-top 40px
.news-container
padding 20px 0
.left-img
width 20%
float left
Expand All @@ -225,6 +224,8 @@ html
.summary
color c1
font-size 12px
.clear
padding 10px

#orders
button
Expand Down

0 comments on commit 8090040

Please sign in to comment.