Skip to content

Commit

Permalink
Update config.js
Browse files Browse the repository at this point in the history
  • Loading branch information
vinfinity7 committed Oct 17, 2023
1 parent c447d41 commit 8568fc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/integrations/twitter/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ export default {
description:
'Connect Twitter to sync profile information, followers, and relevant tweets.',
image:
'https://cdn-icons-png.flaticon.com/512/733/733579.png',
'https://icons8.com/icon/fJp7hepMryiw/twitterx',
connectComponent: config.isTwitterIntegrationEnabled ? TwitterConnect2 : TwitterConnect,
url: ({ username }) => (username ? `https://twitter.com/${username}` : null),
chartColor: '#1D9BF0',
Expand Down

0 comments on commit 8568fc6

Please sign in to comment.