From 5b5016037e7c83b3616ddd6d9099fdf6947655ce Mon Sep 17 00:00:00 2001 From: Aman Varshney Date: Tue, 18 Feb 2025 20:30:24 +0530 Subject: [PATCH] some minor adjustments --- .../(home)/_components/CustomizableStack.tsx | 5 +++- .../web/src/app/(home)/_components/Navbar.tsx | 2 +- .../(home)/_components/TechConstellation.tsx | 27 ++++++++++++++----- apps/web/src/app/(home)/layout.tsx | 6 ++--- apps/web/src/app/(home)/page.tsx | 11 +------- apps/web/src/app/layout.tsx | 6 ++--- bun.lock | 2 +- 7 files changed, 32 insertions(+), 27 deletions(-) diff --git a/apps/web/src/app/(home)/_components/CustomizableStack.tsx b/apps/web/src/app/(home)/_components/CustomizableStack.tsx index df87887..97bde5a 100644 --- a/apps/web/src/app/(home)/_components/CustomizableStack.tsx +++ b/apps/web/src/app/(home)/_components/CustomizableStack.tsx @@ -304,10 +304,13 @@ const CustomizableStack = () => { zoomOnPinch={false} preventScrolling={false} nodesConnectable={true} - nodesDraggable={false} + nodesDraggable={true} connectOnClick={true} deleteKeyCode="Delete" selectionKeyCode="Shift" + proOptions={{ + hideAttribution: true, + }} > { return (