mirror of
https://github.com/Xevion/linkpulse.git
synced 2025-12-08 06:07:35 -06:00
Reformat frontend with prettier
This commit is contained in:
@@ -14,19 +14,19 @@ function Login() {
|
||||
<>
|
||||
<div className="container relative h-[100vh] flex-col items-center justify-center md:grid lg:max-w-none lg:grid-cols-2 lg:px-0">
|
||||
<a
|
||||
href="/examples/authentication"
|
||||
href="/"
|
||||
className={cn(
|
||||
buttonVariants({ variant: "ghost" }),
|
||||
"absolute right-4 top-4 md:right-8 md:top-8",
|
||||
)}
|
||||
>
|
||||
Login
|
||||
Linkpulse
|
||||
</a>
|
||||
<div className="relative hidden h-full flex-col bg-muted p-10 text-white dark:border-r lg:flex">
|
||||
<div className="absolute inset-0 bg-zinc-900" />
|
||||
<div className="relative z-20 flex items-center text-lg font-medium">
|
||||
<Icons.linkpulse className="mr-2 h-6 w-6 text-white" />
|
||||
Acme Inc
|
||||
Linkpulse
|
||||
</div>
|
||||
<div className="relative z-20 mt-auto">
|
||||
<blockquote className="space-y-2">
|
||||
|
||||
Reference in New Issue
Block a user