Skip to content

Commit

Permalink
Add admin login link to front page
Browse files Browse the repository at this point in the history
  • Loading branch information
ccruzkauppila committed Jan 12, 2025
1 parent 56f3b64 commit 4bf61ea
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/(loggedout)/login/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,10 @@ const Home = async (params: {
return (
<>
<div className="flex h-dvh w-screen flex-col justify-between gap-0 lg:flex-row lg:items-center lg:justify-between landscape:gap-6 landscape:p-6">
<Link
href={"/login/admin"}
className="absolute right-0 top-0 h-8 w-8 bg-transparent"
/>
<HeroSection />
<BottomCard>
<CenteredTitle title="Login to Your Account" />
Expand Down

0 comments on commit 4bf61ea

Please sign in to comment.