Prettified Code!
This commit is contained in:
@@ -2,18 +2,18 @@ import React from "react"
|
||||
import { Link } from "gatsby"
|
||||
|
||||
export default () => (
|
||||
<div style={{ textAlign: `center` }}>
|
||||
<a target="_blanc" href="ts3server://urbanbrothers.de">
|
||||
ts
|
||||
</a>
|
||||
.
|
||||
<a target="_blanc" href="https://discord.gg/aYcvtWE">
|
||||
discord
|
||||
</a>
|
||||
.
|
||||
<a target="_blanc" href="https://github.com/creyD/urban_website">
|
||||
github
|
||||
</a>
|
||||
.<Link to="/about/">about</Link>
|
||||
</div>
|
||||
<div style={{ textAlign: `center` }}>
|
||||
<a target="_blanc" href="ts3server://urbanbrothers.de">
|
||||
ts
|
||||
</a>
|
||||
.
|
||||
<a target="_blanc" href="https://discord.gg/aYcvtWE">
|
||||
discord
|
||||
</a>
|
||||
.
|
||||
<a target="_blanc" href="https://github.com/creyD/urban_website">
|
||||
github
|
||||
</a>
|
||||
.<Link to="/about/">about</Link>
|
||||
</div>
|
||||
)
|
||||
|
||||
@@ -1,8 +1,8 @@
|
||||
import React from "react"
|
||||
|
||||
export default props => (
|
||||
<div id={props.title}>
|
||||
<h1>{props.title}</h1>
|
||||
<p>{props.text}</p>
|
||||
</div>
|
||||
<div id={props.title}>
|
||||
<h1>{props.title}</h1>
|
||||
<p>{props.text}</p>
|
||||
</div>
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user