Skip to content

Commit

Permalink
remove make and move n8n close to zapier
Browse files Browse the repository at this point in the history
  • Loading branch information
garrrikkotua committed Jul 25, 2023
1 parent 4989600 commit b562445
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions frontend/src/integrations/integrations-config.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import reddit from './reddit';
import linkedin from './linkedin';
import zapier from './zapier';
import crunchbase from './crunchbase';
import make from './make';
// import make from './make';
import git from './git';
import facebook from './facebook';
import n8n from './n8n';
Expand All @@ -29,13 +29,13 @@ class IntegrationsConfig {
linkedin,
stackoverflow,
zapier,
n8n,
git,
crunchbase,
discourse,
hubspot,
make,
// make,
facebook,
n8n,
};
}

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/integrations/n8n/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ export default {
name: 'n8n',
backgroundColor: '#FFFFFF',
borderColor: '#FFFFFF',
description: 'Use n8n to connect crowd.dev with 250+ apps and services',
description: 'Use n8n to connect crowd.dev with 250+ apps and services.',
image:
'https://asset.brandfetch.io/idO6_6uqJ9/id9y5Acqtx.svg',
connectComponent: N8nConnect,
Expand Down

0 comments on commit b562445

Please sign in to comment.