1
0
Fork 0
mirror of https://github.com/maybe-finance/maybe.git synced 2025-08-10 07:55:21 +02:00

feat(onboarding-header): hide in sm

This commit is contained in:
oliver 2025-04-10 18:20:33 -06:00
parent b8e2024dfc
commit a28ddf0e79

View file

@ -1,4 +1,4 @@
<header class="flex justify-between items-center p-4">
<header class="hidden sm: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-secondary gap-2" %>