Skip to content

Commit

Permalink
feat: Add remind where or what to do the action for poll events - MEE…
Browse files Browse the repository at this point in the history
  • Loading branch information
AzmiTouil committed Feb 12, 2024
1 parent 18df62a commit 8d6929b
Showing 1 changed file with 7 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,11 @@ export function init() {
}
},
});

extensionRegistry.registerExtension('engagementCenterActions', 'activity-icon', {
id: 'kudos-icon',
type: 'exokudos:activity',
icon: 'fas fa-award',
class: 'primary--text',
});
}

0 comments on commit 8d6929b

Please sign in to comment.