From 9bfe56f7ce6dc412f99a4edef97368b74d78ab57 Mon Sep 17 00:00:00 2001 From: overcuriousity Date: Thu, 18 Jul 2024 21:21:52 +0200 Subject: [PATCH] fix mobile options --- ui/components/Sidebar.tsx | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) diff --git a/ui/components/Sidebar.tsx b/ui/components/Sidebar.tsx index cc2097d..db6b13e 100644 --- a/ui/components/Sidebar.tsx +++ b/ui/components/Sidebar.tsx @@ -1,5 +1,4 @@ 'use client'; - import { cn } from '@/lib/utils'; import { BookOpenText, Home, Search, SquarePen, Settings } from 'lucide-react'; import Link from 'next/link'; @@ -79,13 +78,13 @@ const Sidebar = ({ children }: { children: React.ReactNode }) => { -
+
{navLinks.map((link, i) => ( {

{link.label}

))} +
{children}