diff --git a/surfsense_web/components/layout/ui/playground/PlaygroundSidebar.tsx b/surfsense_web/components/layout/ui/playground/PlaygroundSidebar.tsx index f3fdcded3..133ae4e7f 100644 --- a/surfsense_web/components/layout/ui/playground/PlaygroundSidebar.tsx +++ b/surfsense_web/components/layout/ui/playground/PlaygroundSidebar.tsx @@ -1,6 +1,6 @@ "use client"; -import { ChevronRight, History, KeyRound, LayoutGrid } from "lucide-react"; +import { ArrowRight, ChevronRight, History, KeyRound, LayoutGrid, Unplug } from "lucide-react"; import Link from "next/link"; import { usePathname } from "next/navigation"; import { useEffect, useMemo, useState } from "react"; @@ -216,6 +216,17 @@ export function PlaygroundSidebar({ workspaceId, className }: PlaygroundSidebarP ))} +
+ + + Add external connectors + + +
); }