diff --git a/components/Header.tsx b/components/Header.tsx index e5be898..bb54f09 100644 --- a/components/Header.tsx +++ b/components/Header.tsx @@ -1,4 +1,6 @@ +import Link from 'next/link' import React from 'react' + export default function Header() { return (
@@ -25,9 +27,9 @@ export default function Header() {
) - function Logo({}) { + function Logo({ }) { return ( - + Followgraph for Mastodon - + ) } } diff --git a/pages/index.tsx b/pages/index.tsx index 02c6e3b..741d47c 100644 --- a/pages/index.tsx +++ b/pages/index.tsx @@ -15,6 +15,22 @@ export default function Home() { content="Find people to follow on Mastodon by expanding your follow graph." /> +
diff --git a/public/ldjson-logo.jpg b/public/ldjson-logo.jpg new file mode 100644 index 0000000..dffff64 Binary files /dev/null and b/public/ldjson-logo.jpg differ