mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-18 20:59:39 +02:00
7 lines
336 B
Text
7 lines
336 B
Text
<header class="flex justify-between items-center p-4">
|
|
<%= image_tag "logo.svg", class: "h-[22px]" %>
|
|
<div class="flex items-center gap-2">
|
|
<%= icon("log-in", color: "secondary") %>
|
|
<%= button_to t(".sign_out"), session_path(Current.session), method: :delete, class: "text-sm text-primary font-medium" %>
|
|
</div>
|
|
</header>
|