Footer -> Header (rel: #5)

This commit is contained in:
2021-12-26 16:41:56 +01:00
parent e903128069
commit a80d747881
2 changed files with 10 additions and 10 deletions

View File

@ -11,8 +11,7 @@ const Home: NextPage = () => {
<title>c0ntroller.de</title>
</Head>
<div className={styles.container}>
<REPL />
<div className={styles.footer}>
<div className={styles.header}>
<span className={styles.spacer} />
<Link href="https://git.c0ntroller.de/c0ntroller/frontpage"><a>Source</a></Link>
<span className={styles.divider}>|</span>
@ -34,6 +33,7 @@ const Home: NextPage = () => {
<Link href="https://steamcommunity.com/id/c0ntroller/" passHref><GameController color="var(--repl-color)" className={styles.iconLink} /></Link>
<span className={styles.spacer} />
</div>
<REPL />
</div>
</>);
};