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:
parent
b8e2024dfc
commit
a28ddf0e79
1 changed files with 1 additions and 1 deletions
|
@ -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" %>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue