Update add new server icon on the settings page (#1083)

Closes https://github.com/mattermost/desktop/issues/1071

Closes https://mattermost.atlassian.net/browse/MM-19368
This commit is contained in:
Eric Newport 2019-10-23 06:59:24 -04:00 committed by Guillermo Vayá
parent 714980c8c6
commit a78878fb6d

View file

@ -372,7 +372,7 @@ export default class SettingsPage extends React.Component {
id='addNewServer'
href='#'
onClick={this.toggleShowTeamForm}
>{'⊞ Add new server'}</a>
>{'+ Add New Server'}</a>
</p>
</Col>
</Row>