Skip to content

Commit

Permalink
hotfix: remove fixed width on navbar
Browse files Browse the repository at this point in the history
  • Loading branch information
berteotti committed Jan 27, 2025
1 parent d5c3cf6 commit e975bb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/components/Navbar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const Navbar = () => {
<Logo />
<div className="mx-3 md:ml-28"></div>
</div>
<div className="flex h-10 items-center justify-end space-x-2 md:w-[488px]">
<div className="flex h-10 items-center justify-end space-x-2">
<div className="hidden md:block">
<LifiWidgetPopover />
</div>
Expand Down

0 comments on commit e975bb7

Please sign in to comment.