diff --git a/skyvern-frontend/src/routes/root/SidebarContent.tsx b/skyvern-frontend/src/routes/root/SidebarContent.tsx
index bd850272..a5a6a69b 100644
--- a/skyvern-frontend/src/routes/root/SidebarContent.tsx
+++ b/skyvern-frontend/src/routes/root/SidebarContent.tsx
@@ -5,7 +5,7 @@ import { Link } from "react-router-dom";
import { SideNav } from "./SideNav";
import { cn } from "@/util/utils";
import { Button } from "@/components/ui/button";
-import { PinLeftIcon, PinRightIcon } from "@radix-ui/react-icons";
+import { ChevronLeftIcon, ChevronRightIcon } from "@radix-ui/react-icons";
type Props = {
useCollapsedState?: boolean;
@@ -37,9 +37,9 @@ function SidebarContent({ useCollapsedState }: Props) {
}}
>
{collapsed ? (
-
+
) : (
-
+
)}