You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
656 B
HTML
18 lines
656 B
HTML
<div class="border-b border-gray-200 bg-white px-4 py-5 sm:px-6">
|
|
<div
|
|
class="-mt-2 -ml-4 flex flex-wrap items-center justify-between sm:flex-nowrap"
|
|
>
|
|
<div class="mt-2 ml-4">
|
|
<h3 class="text-base font-semibold text-gray-900">Job Postings</h3>
|
|
</div>
|
|
<div class="mt-2 ml-4 shrink-0">
|
|
<button
|
|
type="button"
|
|
class="relative inline-flex items-center rounded-md bg-indigo-600 px-3 py-2 text-sm font-semibold text-white shadow-xs hover:bg-indigo-500 focus-visible:outline-2 focus-visible:outline-offset-2 focus-visible:outline-indigo-600"
|
|
>
|
|
Create new job
|
|
</button>
|
|
</div>
|
|
</div>
|
|
</div>
|