Skip to content

Commit

Permalink
fix: make header icon spacing more consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
TomAFrench committed Apr 11, 2020
1 parent c3bf69b commit d0db7a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/react-app/src/components/header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ const Header = (): ReactElement => {
}
label={trimmedAddress}
/>
<IconButton className={classes.icon} target="_blank" rel="noopener noreferrer" href="https://docs.note.stream">
<HelpIcon />
<IconButton target="_blank" rel="noopener noreferrer" href="https://docs.note.stream">
<HelpIcon color="action" />
</IconButton>
<IconButton
className={classes.icon}
Expand Down

0 comments on commit d0db7a3

Please sign in to comment.