mirror of
https://github.com/brufdev/many-notes.git
synced 2026-05-20 17:28:38 -05:00
8 lines
310 B
PHP
8 lines
310 B
PHP
<header class="border-b bg-light-base-100 dark:bg-base-800 text-light-base-950 dark:text-base-50 border-light-base-300 dark:border-base-500">
|
|
<div class="max-w-[63rem] mx-auto" x-ref="header">
|
|
<div class="flex justify-between px-4 py-5">
|
|
{{ $slot }}
|
|
</div>
|
|
</div>
|
|
</header>
|