Skip to content

Commit

Permalink
fix(footer): add link to GitHub repo
Browse files Browse the repository at this point in the history
  • Loading branch information
SMerdzhanov committed Jun 5, 2020
1 parent f23349c commit 19d63ba
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/layout/Footer/Footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,10 @@ const Footer = () => (
© {new Date().getFullYear()}, Built with
{` `}
<a href="https://www.gatsbyjs.org">Gatsby</a>
{` `}
by <a href="https://mkit.io">MK IT</a>
{` | `}
<a href="https://mkit.io">MK IT</a>
{` | `}
<a href="https://github.com/MK-IT/gatsby-starter-essentials">GitHub</a>
</footer>
);

Expand Down

0 comments on commit 19d63ba

Please sign in to comment.