Skip to content

Commit

Permalink
fix(Layouts): fix typo in FixedMenuLayout
Browse files Browse the repository at this point in the history
fix(Layouts): fix typo in FixedMenuLayout
  • Loading branch information
xiaohanyu authored and layershifter committed Oct 23, 2018
1 parent 3802e11 commit adc3427
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/layouts/FixedMenuLayout.js
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const FixedMenuLayout = () => (
<List.Item as='a'>Link Four</List.Item>
</List>
</Grid.Column>
<Grid.Column width={3}>
<Grid.Column width={7}>
<Header inverted as='h4' content='Footer Header' />
<p>
Extra space for a call to action inside the footer that could help re-engage users.
Expand Down

0 comments on commit adc3427

Please sign in to comment.