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 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"; } }; 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": {