diff --git a/apps/web/src/components/layout/Sidebar.tsx b/apps/web/src/components/layout/Sidebar.tsx index 48951b5..b4263dc 100644 --- a/apps/web/src/components/layout/Sidebar.tsx +++ b/apps/web/src/components/layout/Sidebar.tsx @@ -1,8 +1,8 @@ -import { Fragment } from 'react'; -import { Dialog, Transition } from '@headlessui/react'; -import { XMarkIcon } from '@heroicons/react/24/outline'; import { navigation } from '@/lib/constants'; import { cn } from '@/lib/utils'; +import { Dialog, Transition } from '@headlessui/react'; +import { XMarkIcon } from '@heroicons/react/24/outline'; +import { Fragment } from 'react'; interface SidebarProps { sidebarOpen: boolean; @@ -75,10 +75,11 @@ export function Sidebar({ sidebarOpen, setSidebarOpen }: SidebarProps) { } function SidebarContent() { - return (
-
-

Stock Bot

-
+ return ( +
+
+

Stock Bot

+