diff --git a/portlets/src/main/resources/locale/portlet/Challenges_en.properties b/portlets/src/main/resources/locale/portlet/Challenges_en.properties index 49911b9493..151b64f8d0 100644 --- a/portlets/src/main/resources/locale/portlet/Challenges_en.properties +++ b/portlets/src/main/resources/locale/portlet/Challenges_en.properties @@ -575,7 +575,6 @@ gamification.event.detail.onlyFewActions.label=Only few actions # Upcoming Connectors gamification.admin.discord.label.description=Connect your Discord server and challenge your community by making the server active and useful for its members -gamification.admin.evm.label.description=Listen to any smart contract transaction on Ethereum Virtual Machine blockchains gamification.admin.linkedIn.label.description=Connect your LinkedIn account and boost your employee or your project advocacy in just a few clicks gamification.admin.notion.label.description=Connect Notion and incentive your community to share knowledge gamification.admin.slack.label.description=Connect Slack to your platform and boost your community and channels diff --git a/portlets/src/main/webapp/images/connector/EVM.png b/portlets/src/main/webapp/images/connector/EVM.png deleted file mode 100644 index 92611b83c4..0000000000 Binary files a/portlets/src/main/webapp/images/connector/EVM.png and /dev/null differ diff --git a/portlets/src/main/webapp/vue-app/connectors-extensions/extensions.js b/portlets/src/main/webapp/vue-app/connectors-extensions/extensions.js index 8ab4d9aea6..8ceaab285d 100644 --- a/portlets/src/main/webapp/vue-app/connectors-extensions/extensions.js +++ b/portlets/src/main/webapp/vue-app/connectors-extensions/extensions.js @@ -38,15 +38,6 @@ extensionRegistry.registerExtension('engagementCenterConnectors', 'connector-ext comingSoon: true, }); -extensionRegistry.registerExtension('engagementCenterConnectors', 'connector-extensions', { - id: 'evm', - name: 'evm', - image: '/gamification-portlets/images/connector/EVM.png', - title: 'EVM Blockhain', - description: 'gamification.admin.evm.label.description', - comingSoon: true, -}); - extensionRegistry.registerExtension('engagementCenterConnectors', 'connector-extensions', { id: 'linkedIn', name: 'linkedIn',