mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-07-23 07:09:39 +02:00
* Bump min supported date to 20 years * Add basic onboarding * User onboarding * Complete onboarding flow * Cleanup, add user profile update test
8 lines
371 B
Text
8 lines
371 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">
|
|
<%= lucide_icon "log-in", class: "w-5 h-5 shrink-0 text-gray-500 gap-2" %>
|
|
<%= button_to t(".sign_out"), session_path(Current.session), method: :delete, class: "text-sm text-gray-900 font-medium" %>
|
|
</div>
|
|
</header>
|