diff --git a/components/LeftPanel/index.tsx b/components/LeftPanel/index.tsx index a410bcc..45aa2a4 100644 --- a/components/LeftPanel/index.tsx +++ b/components/LeftPanel/index.tsx @@ -10,7 +10,7 @@ import { FiMenu, FiX, FiChevronLeft } from "react-icons/fi"; const LeftPanel = ({ clickedCategory, handleInteraction }: LeftPanelProps) => { const [clicked, setClicked] = useState(LeftPanelOptions.ABOUT); - const [isOpen, setIsOpen] = useState(false); + const [isOpen, setIsOpen] = useState(true); const [dragProgress, setDragProgress] = useState(0); const constraintsRef = useRef(null); @@ -88,7 +88,7 @@ const LeftPanel = ({ clickedCategory, handleInteraction }: LeftPanelProps) => { +
- {/* Footer for Mobile */}
{ {section === LeftPanelOptions.EXPERIENCE && ( <>
- {/* Mobile Screens */}
{
- {/* Desktop Screens */} -
+
@@ -122,7 +120,6 @@ const RightPanel = ({ section }: { section: string }) => { className={`relative flex ${index % 2 === 0 ? "justify-start" : "justify-end" }`} > - {/* Circle Indicator */}
{ boxShadow: `0 0 10px rgba(59, 130, 246, 0.6)`, }} >
- {/* Content Block */}
{
- {/* For info */} {/*