Skip to content

Commit 951a76c

Browse files
committed
fix: fix cr
1 parent 685bcb5 commit 951a76c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/navbar/Navbar.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ const Navbar: React.FC<NavbarProps> = (originProps) => {
7878
() =>
7979
classNames(
8080
navbarClass,
81-
{ [`${navbarClass}--fixed`]: fixed, [`${prefixClass}-safe-area-top `]: safeAreaInsetTop },
81+
{ [`${navbarClass}--fixed`]: fixed, [`${prefixClass}-safe-area-top`]: safeAreaInsetTop },
8282
visible ? `${navbarClass}--visible${animationSuffix}` : `${navbarClass}--hide${animationSuffix}`,
8383
),
8484
[navbarClass, prefixClass, fixed, visible, animationSuffix, safeAreaInsetTop],

0 commit comments

Comments
 (0)