Added footer links
This commit is contained in:
@@ -1,6 +1,12 @@
|
|||||||
import React from "react"
|
import React from "react"
|
||||||
|
import { Link } from "gatsby"
|
||||||
|
|
||||||
export default () => (
|
export default () => (
|
||||||
<div style={{ textAlign: `center` }}>
|
<div style={{ textAlign: `center` }}>
|
||||||
TeamSpeak.Discord.Steam.About.GitHub
|
<a href="ts3server://urbanbrothers.de">ts</a>.
|
||||||
|
<a href="https://discord.gg/k6TnPq">discord</a>.
|
||||||
|
<a href="https://steamcommunity.com/groups/urban_group">steam</a>.
|
||||||
|
<a href="https://github.com/creyD/urban_website">github</a>.
|
||||||
|
<Link to="/about/">about</Link>
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
@@ -1,7 +1,9 @@
|
|||||||
import React from "react"
|
import React from "react"
|
||||||
|
import Header from "../components/header"
|
||||||
|
|
||||||
export default () => (
|
export default () => (
|
||||||
<div>
|
<div>
|
||||||
<h1>About</h1>
|
<Header headline="About" />
|
||||||
// TODO Impressum
|
// TODO Impressum
|
||||||
</div>
|
</div>
|
||||||
)
|
)
|
||||||
|
|||||||
Reference in New Issue
Block a user