From 7082e0ff801eda3736ac03e4cd6255000dde446d Mon Sep 17 00:00:00 2001 From: Mahesh Sanikommmu Date: Tue, 17 Feb 2026 01:04:51 +0530 Subject: [PATCH] fix: integration icons & graph bg fix --- 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 (