add basic login page

This commit is contained in:
Brandon Egger
2023-05-10 00:13:48 -05:00
parent 6cef945bdf
commit f42febb7b3
2 changed files with 54 additions and 1 deletions

View File

@ -143,7 +143,7 @@ const Footer: NextPage = () => {
<section>
<Link
className="text-sm text-neutral-300 hover:underline"
href="/"
href="/admin/login"
>
Site Admin Login
</Link>