Fixes: Minor layout issue in settings sidebar header

This commit is contained in:
Tom Moor
2018-05-20 20:21:39 -07:00
parent 6222d210be
commit 05339441e7
3 changed files with 7 additions and 7 deletions

View File

@ -29,7 +29,7 @@ class SettingsSidebar extends React.Component<Props> {
return (
<Sidebar>
<HeaderBlock
subheading="◄ Return to Dashboard"
subheading="◄ Return to App"
teamName={team.name}
logoUrl={team.avatarUrl}
onClick={this.returnToDashboard}