mirror of
https://github.com/coollabsio/coolify.git
synced 2026-03-11 08:55:47 +00:00
4 lines
135 B
Svelte
4 lines
135 B
Svelte
<nav class="header justify-between px-0 mb-5" style="border-bottom: 2px solid #666;">
|
|
<slot />
|
|
<slot name="actions"></slot>
|
|
</nav>
|