Updated Extension

This commit is contained in:
DESKTOP-RTLN3BA\$punk 2024-08-18 20:08:50 -07:00
parent 7c9309ac75
commit 2f22acbfa0
5 changed files with 24 additions and 9 deletions

View file

@ -73,7 +73,7 @@ export const LoginForm = () => {
</h1>
<form className="space-y-4 md:space-y-6" onSubmit={handleSubmit}>
<div>
<label className="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Your email</label>
<label className="block mb-2 text-sm font-medium text-gray-900 dark:text-white">Username</label>
<input type="text" value={username} onChange={(e) => setUsername(e.target.value)} name="email" id="email" className="bg-gray-50 border border-gray-300 text-gray-900 rounded-lg focus:ring-primary-600 focus:border-primary-600 block w-full p-2.5 dark:bg-gray-700 dark:border-gray-600 dark:placeholder-gray-400 dark:text-white dark:focus:ring-blue-500 dark:focus:border-blue-500" placeholder="name" />
</div>
<div>