Skip to content

Commit

Permalink
feat: Use fontawesome icon for EVM connector - MEED-6877 - Meeds-io/M…
Browse files Browse the repository at this point in the history
…IPs#118 (#53)

This change will use the fontawesome icon for EVM connector.
  • Loading branch information
MayTekayaa committed Jun 14, 2024
1 parent b228eb6 commit dc93914
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@ export function init() {
extensionRegistry.registerExtension('engagementCenterConnectors', 'connector-extensions', {
id: 'evm',
name: 'evm',
image: '/gamification-evm/images/EVM.png',
icon: 'fab fa-ethereum',
iconColorClass: 'text-color',
title: 'EVM Blockchain',
description: 'gamification.admin.evm.label.description',
rank: 40,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export function init() {
type: 'evm',
options: {
rank: 60,
image: '/gamification-evm/images/EVM.png',
icon: 'fab fa-ethereum',
iconColorClass: 'text-color',
match: (actionLabel) => [
'sendToken',
'receiveToken',
Expand Down

0 comments on commit dc93914

Please sign in to comment.