mirror of
https://github.com/Stone-Red-Code/website.git
synced 2026-09-07 07:56:12 +02:00
feat: add source to footer
This commit is contained in:
@@ -1,4 +1,5 @@
|
|||||||
import React, { FC } from "react"
|
import React, { FC } from "react"
|
||||||
|
import packageJson from "../../../package.json"
|
||||||
import { Container } from "../Container"
|
import { Container } from "../Container"
|
||||||
import * as SC from "./styles"
|
import * as SC from "./styles"
|
||||||
|
|
||||||
@@ -9,7 +10,8 @@ export const Footer: FC = () => {
|
|||||||
<p>
|
<p>
|
||||||
© {new Date().getFullYear()}, Built with
|
© {new Date().getFullYear()}, Built with
|
||||||
{` `}
|
{` `}
|
||||||
<a href="https://www.gatsbyjs.org">Gatsby</a>
|
<a href="https://www.gatsbyjs.org">Gatsby</a> - Source on{" "}
|
||||||
|
<a href={packageJson.repository.url}>GitHub</a>
|
||||||
</p>
|
</p>
|
||||||
</Container>
|
</Container>
|
||||||
</SC.FooterWrapper>
|
</SC.FooterWrapper>
|
||||||
|
|||||||
Reference in New Issue
Block a user