mirror of
https://github.com/crocofied/CoreControl.git
synced 2025-12-17 23:47:13 +00:00
Refactor login page header for improved layout
This commit is contained in:
parent
8059b0e541
commit
6ca1b2ac97
@ -23,7 +23,6 @@ import Cookies from "js-cookie";
|
||||
import { useRouter } from "next/navigation";
|
||||
import axios from "axios";
|
||||
|
||||
|
||||
export default function Home() {
|
||||
const [username, setUsername] = useState('');
|
||||
const [password, setPassword] = useState('');
|
||||
@ -56,6 +55,9 @@ export default function Home() {
|
||||
|
||||
return (
|
||||
<div className="flex flex-col min-h-screen items-center justify-center gap-6 ">
|
||||
<div className="flex flex-col items-center md:pb-4">
|
||||
<h1 className="text-2xl md:text-4xl lg:text-8xl font-bold">CoreControl</h1>
|
||||
</div>
|
||||
<Card className="w-1/3">
|
||||
<CardHeader>
|
||||
<CardTitle className="text-2xl">Login</CardTitle>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user