Skip to content

Commit

Permalink
Refresh on clicking Header title
Browse files Browse the repository at this point in the history
  • Loading branch information
sureshmurali committed Nov 8, 2017
1 parent 4b43f3f commit 5471065
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion reactJS/app/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,9 @@ class Header extends Component {
<div className="row" style={{"marginTop":"40px"}}>
<div className="col-md-offset-1 col-md-8">
<div className="box" >
<h1 style={{"font-size":"80px","font-weight":"bolder","display":"inline"}}>{this.props.languageJson.header}</h1>
<a style={{"text-decoration":"none"}} href='javascript:window.location.reload(true)'>
<h1 style={{"font-size":"80px","font-weight":"bolder","display":"inline", "cursor":"pointer", "color":"black"}}>{this.props.languageJson.header}</h1>
</a>
</div>
</div>
<div className="col-md-2 end-md" >
Expand Down

0 comments on commit 5471065

Please sign in to comment.