From 9b30bfedb0ca605c636aee738caadce1872adeec Mon Sep 17 00:00:00 2001 From: "Builder.io" Date: Tue, 14 Oct 2025 00:58:35 +0000 Subject: [PATCH] Use Puzzle icon cgen-8816352eae0f42d6917c5f360c168347 --- client/pages/DocsLayout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/pages/DocsLayout.tsx b/client/pages/DocsLayout.tsx index ac91f0cf..2a2f80bd 100644 --- a/client/pages/DocsLayout.tsx +++ b/client/pages/DocsLayout.tsx @@ -53,7 +53,7 @@ const navigation = [ { name: "Integrations", href: "/docs/integrations", - icon: Terminal, + icon: Puzzle, }, ];