Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Merge pull request #9917 from brave/buttons--9916
Browse files Browse the repository at this point in the history
add proper margin around buttons in about:error page
  • Loading branch information
NejcZdovc authored Jul 8, 2017
2 parents e18f2fd + 310c8ad commit 0190fb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/about/errorPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ class ErrorPage extends React.Component {
</div>
<div className='buttons'>
{this.showBackButton ? <BrowserButton actionItem l10nId='back' onClick={this.goBack} /> : null}
{this.state.url ? <BrowserButton actionItem l10nId='errorReload' l10nArgs={{url: this.state.url}} onClick={this.reload} /> : null}
{this.state.url ? <BrowserButton actionItem groupedItem l10nId='errorReload' l10nArgs={{url: this.state.url}} onClick={this.reload} /> : null}
</div>
</div>
}
Expand Down

0 comments on commit 0190fb5

Please sign in to comment.