Skip to content
This repository has been archived by the owner on Sep 7, 2020. It is now read-only.

Commit

Permalink
Fix base theme homepage link
Browse files Browse the repository at this point in the history
  • Loading branch information
MoOx committed Nov 21, 2016
1 parent c38895c commit bea2677
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion themes/phenomic-theme-base/src/components/Header/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const Header = (props, { metadata: { pkg } }) => (
<div className={ styles.navPart1 }>
<Link
className={ styles.link }
to="/"
to={ "" }
>
{ "Home" }
</Link>
Expand Down

0 comments on commit bea2677

Please sign in to comment.