Skip to content

Commit

Permalink
Move fork banner above title
Browse files Browse the repository at this point in the history
  • Loading branch information
mxstbr committed Mar 3, 2017
1 parent 9eaa85b commit 9876383
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions src/App/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -40,13 +40,6 @@ class App extends Component {
} catch (err) {}
return (
<Wrapper>
<Link href="https://github.com/styled-components/colors-demo">
<ForkBanner
src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
alt="Fork me on GitHub"
target="_blank"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" />
</Link>
<BigTile bg={color}>
<Title color={inverted}>Color Schemer</Title>
<Input
Expand All @@ -57,6 +50,13 @@ class App extends Component {
color={inverted}
/>
</BigTile>
<Link href="https://github.com/styled-components/colors-demo">
<ForkBanner
src="https://camo.githubusercontent.com/38ef81f8aca64bb9a64448d0d70f1308ef5341ab/68747470733a2f2f73332e616d617a6f6e6177732e636f6d2f6769746875622f726962626f6e732f666f726b6d655f72696768745f6461726b626c75655f3132313632312e706e67"
alt="Fork me on GitHub"
target="_blank"
data-canonical-src="https://s3.amazonaws.com/github/ribbons/forkme_right_darkblue_121621.png" />
</Link>
<Tiles color={color} />
</Wrapper>
);
Expand Down

0 comments on commit 9876383

Please sign in to comment.