File tree Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Expand file tree Collapse file tree 1 file changed +9
-3
lines changed Original file line number Diff line number Diff line change 7
7
8
8
import React from "react"
9
9
import PropTypes from "prop-types"
10
- import { useStaticQuery , graphql } from "gatsby"
10
+ import { Link , useStaticQuery , graphql } from "gatsby"
11
+ import { FaGithub } from 'react-icons/fa' ;
11
12
12
13
import Header from "./header"
13
14
import "./layout.scss"
@@ -33,8 +34,13 @@ const Layout = ({ children }) => {
33
34
< div className = "container" >
34
35
© { new Date ( ) . getFullYear ( ) } by
35
36
{ ` ` }
36
- < a href = "https://twitter.com/kenoldb" target = "_blank" rel = "noopener noreferrer" > Kenold Beauplan</ a > |
37
- See < a href = "https://github.com/kenold/css-ui" target = "_blank" rel = "noopener noreferrer" > Github Repo</ a >
37
+ < a href = "https://twitter.com/kenoldb" target = "_blank" rel = "noopener noreferrer" > Kenold Beauplan</ a >
38
+ < ul className = "footer__links" >
39
+ < li className = "footer__link" > Built with < a href = "https://www.gatsbyjs.org" target = "_blank" rel = "noopener noreferrer" > Gatsby JS</ a > </ li >
40
+ < li className = "footer__link" > Hosted on < a href = "https://www.netlify.com/" target = "_blank" rel = "noopener noreferrer" > Netlify</ a > </ li >
41
+ < li className = "footer__link" > See < a href = "https://github.com/kenold/css-ui" target = "_blank" rel = "noopener noreferrer" > < FaGithub /> Github Repo</ a > </ li >
42
+ < li className = "footer__link" > View < Link to = "/card/examples" > Card Examples</ Link > </ li >
43
+ </ ul >
38
44
</ div >
39
45
</ footer >
40
46
</ div >
You can’t perform that action at this time.
0 commit comments