From 05a8e8fe852528b793328b6af80221cb418a9f03 Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 11 Dec 2025 16:57:18 +0530 Subject: [PATCH 1/3] fix: remove bg color for dark mode error outlined btns --- src/context/theme-provider.tsx | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/context/theme-provider.tsx b/src/context/theme-provider.tsx index ef16069f..5188f53e 100644 --- a/src/context/theme-provider.tsx +++ b/src/context/theme-provider.tsx @@ -122,8 +122,6 @@ const darkTheme = createTheme({ }, }, outlined: { - // Dark mode outlined buttons - backgroundColor: '#1e1e1e', borderColor: '#ff00c3', color: '#ff00c3', "&:hover": { From f4504466111be37ffc0cb59570e865e807773fad Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 11 Dec 2025 17:05:59 +0530 Subject: [PATCH 2/3] fix: rename default title to integrations --- src/components/robot/pages/RobotIntegrationPage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/robot/pages/RobotIntegrationPage.tsx b/src/components/robot/pages/RobotIntegrationPage.tsx index 8905abe2..6843a9b5 100644 --- a/src/components/robot/pages/RobotIntegrationPage.tsx +++ b/src/components/robot/pages/RobotIntegrationPage.tsx @@ -614,7 +614,7 @@ export const RobotIntegrationPage = ({ case "webhook": return "Webhook Integration"; default: - return "Integration"; + return "Integrations"; } }; From fdaafd8a72f50b3bb71ba3b852e1238c6d7933ce Mon Sep 17 00:00:00 2001 From: amhsirak Date: Thu, 11 Dec 2025 17:10:49 +0530 Subject: [PATCH 3/3] chore: new title --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index d6a1a5f8..367572e9 100644 --- a/index.html +++ b/index.html @@ -9,7 +9,7 @@ content="Maxun is an open-source no-code web data extraction platform. Train a robot in 2 minutes to extract data on auto-pilot!" /> - Maxun | Open Source No Code Web Data Extraction Platform + Maxun • Turn Websites To APIs • Open Source