Skip to content

Commit

Permalink
fix(responsive): navbar size bug on mobile
Browse files Browse the repository at this point in the history
  • Loading branch information
kyziq committed Jan 9, 2024
1 parent 959460f commit 1abe453
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/components/Navbar.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,6 @@ const NavbarComponent = () => {
<NavbarBrand>
<SearchAutocomplete allLists={sortedAllList} />
</NavbarBrand>
</NavbarContent>
<NavbarContent as="div" className="items-center" justify="end">
<UserProfileDropdown />
</NavbarContent>
</Navbar>
Expand Down

0 comments on commit 1abe453

Please sign in to comment.