Removed extra unneccessary "Title" field from edit view
This commit is contained in:
parent
344db7dc91
commit
b8cb2eb40b
2 changed files with 0 additions and 11 deletions
Binary file not shown.
|
@ -8,8 +8,6 @@ Create Job
|
|||
@csrf
|
||||
<div class="space-y-12">
|
||||
<div class="border-b border-gray-900/10 pb-12">
|
||||
<h2 class="text-base/7 font-semibold text-gray-900">Profile</h2>
|
||||
<p class="mt-1 text-sm/6 text-gray-600">This information will be displayed publicly so be careful what you share.</p>
|
||||
|
||||
<div class="mt-10 grid grid-cols-1 gap-x-6 gap-y-8 sm:grid-cols-6">
|
||||
<div class="sm:col-span-4">
|
||||
|
@ -25,15 +23,6 @@ Create Job
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<div class="sm:col-span-4">
|
||||
<label for="title" class="block text-sm/6 font-medium text-gray-900">Title</label>
|
||||
<div class="mt-2">
|
||||
<div class="flex items-center rounded-md bg-white pl-3 outline-1 -outline-offset-1 outline-gray-300 focus-within:outline-2 focus-within:-outline-offset-2 focus-within:outline-indigo-600">
|
||||
<div class="shrink-0 text-base text-gray-500 select-none sm:text-sm/6">workcation.com/</div>
|
||||
<input type="text" name="title" id="title" class="block min-w-0 grow py-1.5 pr-3 pl-1 text-base text-gray-900 placeholder:text-gray-400 focus:outline-none sm:text-sm/6" placeholder="Shift Leader">
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="sm:col-span-4">
|
||||
<label for="salary" class="block text-sm/6 font-medium text-gray-900">Title</label>
|
||||
<div class="mt-2">
|
||||
|
|
Loading…
Add table
Reference in a new issue