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

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