Skip to content

Commit

Permalink
lint-fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MikaMunterud committed Nov 7, 2024
1 parent 5e0dc08 commit a8a1f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/navigation/MainNav/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ const MainNav: FC<MainNavProps> = ({ setOpenSideBar, openSideBar }) => {
className={`${
openSearch
? "hidden lg:block"
: "max-h-[2rem] w-full min-w-0 max-w-[10rem] md:h-[2.75rem] md:w-[15.5rem]"
: "min-w-0 max-h-[2rem] w-full max-w-[10rem] md:h-[2.75rem] md:w-[15.5rem]"
}`}
/>
)}
Expand Down

0 comments on commit a8a1f50

Please sign in to comment.