Skip to content

Commit

Permalink
fix(web): header width error (#1361)
Browse files Browse the repository at this point in the history
  • Loading branch information
LeezQ authored Jul 5, 2023
1 parent b678f1e commit f4ed976
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/src/layouts/Header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ const Header = (props: { width: string }) => {
}

return (
<div>
<>
{!isMobileDevice() ? (
<div
className={clsx(
Expand Down Expand Up @@ -218,7 +218,7 @@ const Header = (props: { width: string }) => {
</div>
</div>
)}
</div>
</>
);
};

Expand Down

0 comments on commit f4ed976

Please sign in to comment.