Accounts and login.
This commit is contained in:
14
components/Header.js
Normal file
14
components/Header.js
Normal file
@@ -0,0 +1,14 @@
|
||||
import React from 'react';
|
||||
import Link from 'next/link';
|
||||
|
||||
export default function Header() {
|
||||
return (
|
||||
<header className="container">
|
||||
<h1>
|
||||
<Link href="/">
|
||||
<a>umami</a>
|
||||
</Link>
|
||||
</h1>
|
||||
</header>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user