Skip to content

Commit 32f68ee

Browse files
committed
fix(external): remove duplicate border bottom
Signed-off-by: Innei <tukon479@gmail.com>
1 parent e2ed162 commit 32f68ee

File tree

1 file changed

+1
-1
lines changed
  • apps/server/client/components/layout/header

1 file changed

+1
-1
lines changed

apps/server/client/components/layout/header/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const HeaderWrapper: Component = (props) => {
3737
<header
3838
className={cn(
3939
"fixed inset-x-0 top-0 z-50 flex h-[80px] w-full items-center px-4 duration-200 lg:px-10",
40-
showOverlay && "h-[60px] border-b",
40+
showOverlay && "h-[60px]",
4141
)}
4242
>
4343
<div

0 commit comments

Comments
 (0)