Skip to content

Commit

Permalink
fix(gatsby-theme-blog): Fix home-footer in Night mode (#19977)
Browse files Browse the repository at this point in the history

Co-authored-by: Hakan Altinbasak <hakan.altinbasak@avanade.com>
  • Loading branch information
2 people authored and wardpeet committed Dec 9, 2019
1 parent 3a90f78 commit 06e650d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gatsby-theme-blog/src/components/home-footer.js
Expand Up @@ -10,7 +10,7 @@ const Footer = ({ socialLinks }) => (
>
© {new Date().getFullYear()}, Powered by
{` `}
<a href="https://www.gatsbyjs.org">Gatsby</a>
<Styled.a href="https://www.gatsbyjs.org">Gatsby</Styled.a>
{` `}&bull;{` `}
{socialLinks.map((platform, i, arr) => (
<Fragment key={platform.url}>
Expand Down

0 comments on commit 06e650d

Please sign in to comment.