You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: beta/src/components/Layout/Sidebar/Sidebar.tsx
+19-17Lines changed: 19 additions & 17 deletions
Original file line number
Diff line number
Diff line change
@@ -32,23 +32,25 @@ export function Sidebar({isMobileOnly}: {isMobileOnly?: boolean}) {
32
32
isOpen ? 'block z-40' : 'hidden lg:block'
33
33
)}
34
34
aria-hidden={isHidden}>
35
-
<divclassName="px-5">
36
-
<Search/>
37
-
</div>
38
-
<nav
39
-
role="navigation"
40
-
ref={menuRef}
41
-
style={{'--bg-opacity': '.2'}asReact.CSSProperties}// Need to cast here because CSS vars aren't considered valid in TS types (cuz they could be anything)
style={{'--bg-opacity': '.2'}asReact.CSSProperties}// Need to cast here because CSS vars aren't considered valid in TS types (cuz they could be anything)
0 commit comments