Skip to content

Commit

Permalink
Reorder source and author links
Browse files Browse the repository at this point in the history
  • Loading branch information
cookpete committed Feb 2, 2016
1 parent 051fa24 commit cf2487b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/pages/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ export default class App extends Component {
</Link>
</h1>
{SEPARATOR}
<a href={SOURCE_URL} target='_blank'>Source</a>
{SEPARATOR}
by <a href={AUTHOR_URL} target='_blank'>CookPete</a>
{SEPARATOR}
<a href={SOURCE_URL} target='_blank'>Source</a>
</header>
{ this.props.children }
</div>
Expand Down

0 comments on commit cf2487b

Please sign in to comment.