From 30a364fe0ebb0ec4805980ae17c45aace78d3bce Mon Sep 17 00:00:00 2001 From: Zeel Mistry Date: Fri, 7 Aug 2026 11:23:23 +0530 Subject: [PATCH 1/2] Update comparison URL in solutionMenuComponent and remove commented-out comparisons section in footerComponent for cleaner code. --- .../solutionMenuComponent.tsx | 2 +- app/components/layout/footer/footerComponent.tsx | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app/components/headerMenuDropdownComponents/solutionMenuComponent.tsx b/app/components/headerMenuDropdownComponents/solutionMenuComponent.tsx index 24e288f..7d40cf7 100644 --- a/app/components/headerMenuDropdownComponents/solutionMenuComponent.tsx +++ b/app/components/headerMenuDropdownComponents/solutionMenuComponent.tsx @@ -46,7 +46,7 @@ const defaultComparesionsMenu = [ { icon: , label: 'BetterBugs.io vs. BugHerd', - url: `${WEB_URL}/comparisons/betterbugs-io-vs-bugherd`, + url: `${WEB_URL}/comparisons/bugherd-alternative`, }, ]; diff --git a/app/components/layout/footer/footerComponent.tsx b/app/components/layout/footer/footerComponent.tsx index 9545311..90c4ec7 100644 --- a/app/components/layout/footer/footerComponent.tsx +++ b/app/components/layout/footer/footerComponent.tsx @@ -112,10 +112,10 @@ const FooterComponent = () => { { label: 'Managers', url: `${WEB_URL}/solution/managers` }, { label: 'Support Teams', url: `${WEB_URL}/solution/support-teams` }, { label: 'Founders', url: `${WEB_URL}/solution/founders` }, - { - label: 'Comparisons', - url: `${WEB_URL}/comparisons/betterbugs-io-vs-bugherd`, - }, + // { + // label: 'Comparisons', + // url: `${WEB_URL}/comparisons/betterbugs-io-vs-bugherd`, + // }, ]; const socialIconWrapperClass = isLightTheme From f3b43ae21f8f0417546314696036ac897b6197b1 Mon Sep 17 00:00:00 2001 From: Zeel Mistry Date: Fri, 14 Aug 2026 10:04:15 +0530 Subject: [PATCH 2/2] feat: initialize dev-tools app with custom layout, environment variables, and SDK integration --- app/layout.tsx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 76b2287..5cd279e 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -111,7 +111,9 @@ window.gtag = )} - + + +