Skip to content

Commit

Permalink
updated Header app name style
Browse files Browse the repository at this point in the history
  • Loading branch information
isdelrey committed Oct 18, 2017
1 parent ba95a11 commit 293bff6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ class App extends React.Component {
return (
<header className="row">
<div className="col-lg-6 col-md-6 col-sm-6 menu">
{this.props.filename ? <div className="hbutton"><div className="text"><b>Filename</b> &nbsp;{this.props.filename.split('.')[0]}</div><div className="button"></div></div> : null}
{this.props.filename ? <div className="hbutton"><div className="text"><b>Filename</b> &nbsp;{this.props.filename.split('.')[0]}</div><div className="button"></div></div> : null}
</div>
<div className="col-lg-6 col-md-6 col-sm-6 apptitle">
Subtitles Reader
<b>subtitles.</b>reader
</div>
</header>
);
Expand Down

0 comments on commit 293bff6

Please sign in to comment.