mirror of
https://github.com/we-promise/sure.git
synced 2026-04-19 03:54:08 +00:00
8 lines
336 B
Plaintext
8 lines
336 B
Plaintext
<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>
|