From cb18ff4fe529c7b1676521e63d4cb7f9240934ff Mon Sep 17 00:00:00 2001 From: Mahesh Sanikommu Date: Tue, 17 Feb 2026 03:00:18 +0530 Subject: [PATCH] fix: integration icons & graph bg fix (#742) --- apps/web/app/(app)/page.tsx | 2 +- apps/web/components/header.tsx | 4 +-- apps/web/components/integration-icons.tsx | 41 +++++++++++++++++++++++ 3 files changed, 44 insertions(+), 3 deletions(-) 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 (