diff --git a/compass/app/page.tsx b/compass/app/page.tsx index 756075c..8d32287 100644 --- a/compass/app/page.tsx +++ b/compass/app/page.tsx @@ -5,7 +5,8 @@ import Input from '@/components/Input' import InlineLink from '@/components/InlineLink'; import Paper from '@/components/auth/Paper'; import { Metadata } from 'next' - +import Image from 'next/image'; + export const metadata: Metadata = { title: 'Login', } @@ -14,7 +15,14 @@ export default function Page() { return ( <> -
+ + Compass Center logo. +

Login

diff --git a/compass/public/logo.png b/compass/public/logo.png new file mode 100644 index 0000000..6ab7af4 Binary files /dev/null and b/compass/public/logo.png differ