Skip to content

Commit a55e468

Browse files
authored
Remove blank line in NavBar component
Removed unnecessary blank line before the main navigation items div. Signed-off-by: Igor Rodrigues Machado <[email protected]>
1 parent bede84a commit a55e468

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

  • packages/ui-components/src/Containers/NavBar

packages/ui-components/src/Containers/NavBar/index.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ const NavBar: FC<PropsWithChildren<NavbarProps>> = ({
7373
aria-label={sidebarItemTogglerAriaLabel}
7474
tabIndex={-1}
7575
/>
76-
7776
<div className={classNames(styles.main, `hidden peer-checked:flex`)}>
7877
{navItems && navItems.length > 0 &&(
7978
<div className={styles.navItems}>

0 commit comments

Comments
 (0)