7 lines
305 B
Plaintext
7 lines
305 B
Plaintext
<header class="flex header justify-between items-center" data-controller="timer">
|
|
<div data-timer-target="output" class="hidden lg:block"></div>
|
|
<button data-action="click->sidebar#toggle" class="block lg:hidden p-2 cursor-pointer">
|
|
<i class="fa-solid fa-bars text-2xl"></i>
|
|
</button>
|
|
</header>
|