Skip to content

Commit

Permalink
fix(external): remove duplicate border bottom
Browse files Browse the repository at this point in the history
Signed-off-by: Innei <tukon479@gmail.com>
  • Loading branch information
Innei committed Oct 29, 2024
1 parent e2ed162 commit 32f68ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/server/client/components/layout/header/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ const HeaderWrapper: Component = (props) => {
<header
className={cn(
"fixed inset-x-0 top-0 z-50 flex h-[80px] w-full items-center px-4 duration-200 lg:px-10",
showOverlay && "h-[60px] border-b",
showOverlay && "h-[60px]",
)}
>
<div
Expand Down

0 comments on commit 32f68ee

Please sign in to comment.