mirror of
https://github.com/Expand-sys/fbitipline
synced 2026-03-22 22:27:07 +11:00
13 lines
361 B
Text
13 lines
361 B
Text
<header class="px-4 sm:px-6 lg:px-8">
|
|
<div class="flex items-center justify-between border-b border-zinc-100 py-3 text-sm">
|
|
<div class="flex items-center gap-4"></div>
|
|
</div>
|
|
</header>
|
|
<nav>
|
|
</nav>
|
|
<main class="px-4 py-20 sm:px-6 lg:px-8">
|
|
<div class="mx-auto max-w-2xl">
|
|
<.flash_group flash={@flash} />
|
|
<%= @inner_content %>
|
|
</div>
|
|
</main>
|