Skip to content

Commit

Permalink
feat: add floating ai in mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
soyricardodev committed Jun 20, 2024
1 parent 8de3c56 commit c0b053d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion apps/gifting-concierge/src/components/header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,11 @@ export function Header() {
/>
</NavbarItem>
{/* Mobile search */}
<NavbarItem className="lg:hidden">
<NavbarItem className="lg:hidden flex items-center">
<Button isIconOnly radius="full" variant="light">
<SearchIcon className="text-default-500 size-5" />
</Button>
<FloatingAICta />
</NavbarItem>
{/* Shopping Cart */}
<NavbarItem>
Expand Down

0 comments on commit c0b053d

Please sign in to comment.