Skip to content

Commit

Permalink
Solved frameborder -> frameBorder warning
Browse files Browse the repository at this point in the history
  • Loading branch information
Murali Suresh committed Jan 19, 2017
1 parent f640948 commit a23ddbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions reactJS/app/components/Header.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ class Header extends Component {
'position': 'absolute'
}}>
{this.props.languageJson.header}
</center> < /a>} showMenuIconButton={false} iconElementRight={< IconMenu iconButtonElement = { < div > <iframe src="https://ghbtns.com/github-btn.html?user=Lakshman-LD&repo=LetsMeetUp&type=star&count=false" frameborder="0" scrolling="0" width="70px" height="20px" style={{
</center> < /a>} showMenuIconButton={false} iconElementRight={< IconMenu iconButtonElement = { < div > <iframe src="https://ghbtns.com/github-btn.html?user=Lakshman-LD&repo=LetsMeetUp&type=star&count=false" frameBorder="0" scrolling="0" width="70px" height="20px" style={{
'border': 'none'
}}></iframe> < FontIcon className = 'material-icons' color = {
grey50
Expand All @@ -82,7 +82,7 @@ class Header extends Component {
'marginLeft': '120px'
}}>
{this.props.languageJson.header}
</center> < /a>} showMenuIconButton={false} iconElementRight={< IconMenu iconButtonElement = { < div > <iframe src="https://ghbtns.com/github-btn.html?user=Lakshman-LD&repo=LetsMeetUp&type=star&count=false" frameborder="0" scrolling="0" width="100px" height="20px" style={{
</center> < /a>} showMenuIconButton={false} iconElementRight={< IconMenu iconButtonElement = { < div > <iframe src="https://ghbtns.com/github-btn.html?user=Lakshman-LD&repo=LetsMeetUp&type=star&count=false" frameBorder="0" scrolling="0" width="100px" height="20px" style={{
'border': 'none'
}}></iframe> < FontIcon className = 'material-icons' color = {
grey50
Expand Down

0 comments on commit a23ddbd

Please sign in to comment.