Space in center btn
This commit is contained in:
parent
8deaafb96b
commit
ac33bfa158
1 changed files with 1 additions and 1 deletions
|
|
@ -49,7 +49,7 @@ class CenterInMyPosition extends React.Component {
|
|||
const msg = t('Centrar en tu ubicación');
|
||||
return (
|
||||
<Button bsStyle="default" title={msg} onClick={() => this.onClick()}>
|
||||
<i className="fa fa-crosshairs" />{!onlyIcon ? msg : ''}
|
||||
<i className="fa fa-crosshairs" />{!onlyIcon ? ` ${msg}` : ''}
|
||||
</Button>);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue