mirror of
https://github.com/colanode/colanode.git
synced 2025-12-29 00:25:03 +01:00
Rename to 'colanode' in login screen
This commit is contained in:
@@ -10,13 +10,13 @@ export const Login = () => {
|
||||
return (
|
||||
<div className="grid h-screen min-h-screen w-full grid-cols-5">
|
||||
<div className="col-span-2 flex items-center justify-center bg-zinc-950">
|
||||
<h1 className="font-neotrax text-6xl text-white">colabron</h1>
|
||||
<h1 className="font-neotrax text-6xl text-white">colanode</h1>
|
||||
</div>
|
||||
<div className="col-span-3 flex items-center justify-center py-12">
|
||||
<div className="mx-auto grid w-96 gap-6">
|
||||
<div className="grid gap-2 text-center">
|
||||
<h1 className="text-2xl font-semibold tracking-tight">
|
||||
Login to Colabron
|
||||
Login to Colanode
|
||||
</h1>
|
||||
<p className="text-sm text-muted-foreground">
|
||||
Use one of the following methods to login
|
||||
|
||||
Reference in New Issue
Block a user