Skip to content

Commit 5e50b3c

Browse files
committed
test deployment
1 parent 75526be commit 5e50b3c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

labman/src/app/(auth)/login/page.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ export default function Home() {
3737
<form onSubmit={handleSubmit} className="flex flex-col gap-5 pt-4">
3838
<input value={username} onChange={(e) => setUsername(e.target.value)} type="text" name="username" placeholder="Username" className="bg-white rounded-md p-2 m-2 placeholder-black text-black" />
3939
<input value={password} onChange={(e) => setPassword(e.target.value)} type="password" name="password" placeholder="Password" className="bg-white rounded-md p-2 m-2 placeholder-black text-black" />
40-
<button type="submit" className="bg-green-500 text-black rounded-md p-2 m-2">Login</button>
40+
<button type="submit" className="bg-green-500 text-black rounded-md p-2 m-2 font-bold">LOGIN</button>
4141
</form>
4242
</div>
4343

0 commit comments

Comments
 (0)