11 lines
638 B
PHP
11 lines
638 B
PHP
<div class="sticky top-0 z-40 flex items-center gap-x-6 bg-indigo-600 px-4 py-4 shadow-sm sm:px-6 lg:hidden">
|
|
<button type="button" class="-m-2.5 p-2.5 text-indigo-200 lg:hidden" x-on:click="open = ! open">
|
|
<span class="sr-only">Open sidebar</span>
|
|
<svg class="h-6 w-6" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor"
|
|
aria-hidden="true">
|
|
<path stroke-linecap="round" stroke-linejoin="round" d="M3.75 6.75h16.5M3.75 12h16.5m-16.5 5.25h16.5"/>
|
|
</svg>
|
|
</button>
|
|
<div class="flex-1 text-sm font-semibold leading-6 text-white">Audition Results</div>
|
|
</div>
|