Merge pull request #923 from getmaxun/theme-ui

fix: misc ui & theme changes
This commit is contained in:
Karishma Shukla
2025-12-11 23:25:57 +05:30
committed by GitHub
3 changed files with 2 additions and 4 deletions

View File

@@ -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!" content="Maxun is an open-source no-code web data extraction platform. Train a robot in 2 minutes to extract data on auto-pilot!"
/> />
<link rel="icon" type="image/png" href="src/assets/maxunlogo.png"> <link rel="icon" type="image/png" href="src/assets/maxunlogo.png">
<title>Maxun | Open Source No Code Web Data Extraction Platform</title> <title>Maxun • Turn Websites To APIs • Open Source</title>
</head> </head>
<body> <body>
<script type="module" src="/src/index.tsx"></script> <script type="module" src="/src/index.tsx"></script>

View File

@@ -614,7 +614,7 @@ export const RobotIntegrationPage = ({
case "webhook": case "webhook":
return "Webhook Integration"; return "Webhook Integration";
default: default:
return "Integration"; return "Integrations";
} }
}; };

View File

@@ -122,8 +122,6 @@ const darkTheme = createTheme({
}, },
}, },
outlined: { outlined: {
// Dark mode outlined buttons
backgroundColor: '#1e1e1e',
borderColor: '#ff00c3', borderColor: '#ff00c3',
color: '#ff00c3', color: '#ff00c3',
"&:hover": { "&:hover": {