diff --git a/web/components/nav/nav-bar.tsx b/web/components/nav/nav-bar.tsx
index f92f6630..cab369fb 100644
--- a/web/components/nav/nav-bar.tsx
+++ b/web/components/nav/nav-bar.tsx
@@ -137,7 +137,7 @@ export function MobileSidebar(props: {
-
+
diff --git a/web/components/nav/sidebar.tsx b/web/components/nav/sidebar.tsx
index 80376b6c..f08403df 100644
--- a/web/components/nav/sidebar.tsx
+++ b/web/components/nav/sidebar.tsx
@@ -110,7 +110,8 @@ function MoreButton() {
)
}
-export default function Sidebar() {
+export default function Sidebar(props: { className?: string }) {
+ const { className } = props
const router = useRouter()
const currentPage = router.pathname
@@ -124,7 +125,7 @@ export default function Sidebar() {
user === null ? signedOutMobileNavigation : mobileNavigation
return (
-