Skip to content

Commit

Permalink
Merge pull request #499 from diggsweden/DIGG-473
Browse files Browse the repository at this point in the history
DIGG-473: Update code formatting
  • Loading branch information
MickeA authored Nov 14, 2024
2 parents a98c20f + 5dfdb3d commit b139206
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:max-h-[2.75rem] md:max-w-[15.5rem]"
: "min-w-0 max-h-[2rem] w-full max-w-[10rem] md:max-h-[2.75rem] md:max-w-[15.5rem]"
}`}
/>
)}
Expand Down

0 comments on commit b139206

Please sign in to comment.