Skip to content

Commit ee12b62

Browse files
chore: add github icon
1 parent 6d4c8c9 commit ee12b62

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/components/footer.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,11 @@ import SlackSVG from '../svg/slack.svg'
66
import TwitterSVG from '../svg/twitter.svg'
77

88
const socialLinks = [
9+
{
10+
Component: GitHubSVG,
11+
href: 'https://github.com/graphcms/gatsby-graphcms-ecommerce-starter',
12+
title: 'GitHub',
13+
},
914
{
1015
Component: SlackSVG,
1116
href: 'http://slack.graphcms.com',

0 commit comments

Comments
 (0)