diff --git a/apps/web/app/(app)/page.tsx b/apps/web/app/(app)/page.tsx index b279e050..b9366efb 100644 --- a/apps/web/app/(app)/page.tsx +++ b/apps/web/app/(app)/page.tsx @@ -313,7 +313,7 @@ export default function NewPage() { {isGraphMode && (
)}
- + Integrations diff --git a/apps/web/components/integration-icons.tsx b/apps/web/components/integration-icons.tsx index 4603346c..7629f38e 100644 --- a/apps/web/components/integration-icons.tsx +++ b/apps/web/components/integration-icons.tsx @@ -3,6 +3,47 @@ import { Rotate3d } from "lucide-react" export { Rotate3d as GraphIcon } +export function IntegrationsIcon({ className }: { className?: string }) { + return ( + + Integrations + + + + + + ) +} + export function ChromeIcon({ className }: { className?: string }) { return (