We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2f98f6 commit 48871e2Copy full SHA for 48871e2
src/components/SidebarNav.tsx
@@ -81,14 +81,14 @@ const Nav = styled.nav`
81
}
82
`;
83
84
-export const NavHeader = styled.header`
+const NavHeader = styled.header`
85
display: flex;
86
flex-direction: row;
87
flex-wrap: wrap;
88
align-items: center;
89
90
91
-export const NavBody = styled.div`
+const NavBody = styled.div`
92
height: 100%;
93
overflow-y: auto;
94
0 commit comments