This commit is contained in:
Timur Ercan
2023-01-06 09:14:25 +01:00
parent d66b039455
commit 3cbea886e5

View File

@ -214,22 +214,6 @@ export default function Setttings() {
className="mt-1 block w-full rounded-md border border-gray-300 py-2 px-3 shadow-sm focus:border-sky-500 focus:outline-none focus:ring-sky-500 sm:text-sm" className="mt-1 block w-full rounded-md border border-gray-300 py-2 px-3 shadow-sm focus:border-sky-500 focus:outline-none focus:ring-sky-500 sm:text-sm"
/> />
</div> </div>
<div className="col-span-12 sm:col-span-6">
<label
htmlFor="company"
className="block text-sm font-medium text-gray-700"
>
Company
</label>
<input
type="text"
name="company"
id="company"
autoComplete="organization"
className="mt-1 block w-full rounded-md border border-gray-300 py-2 px-3 shadow-sm focus:border-sky-500 focus:outline-none focus:ring-sky-500 sm:text-sm"
/>
</div>
</div> </div>
</div> </div>