Skip to content

Commit

Permalink
Merge pull request #5 from polarityio/develop
Browse files Browse the repository at this point in the history
Updated summary tags with scrollToIntegration
  • Loading branch information
radar989 authored Oct 29, 2020
2 parents 1dd10f6 + cf33611 commit 3f48f48
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"main": "./integration.js",
"name": "x-force-exchange",
"version": "3.1.2-beta",
"version": "3.1.3-beta",
"private": true,
"license": "MIT",
"author": "Polarity",
Expand Down
2 changes: 1 addition & 1 deletion templates/x-force-exchange-summary.hbs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{{#each tags as |tag|}}
<span class="integration-summary-tag integration-background-color integration-border-color">
<span {{on "click" (optional this.scrollToIntegration)}} class="integration-summary-tag integration-background-color integration-border-color">
<span class="acronym integration-text-bold-color">{{block.acronym}}</span>
<span class="integration-text-color">{{tag}}</span>
</span>
Expand Down

0 comments on commit 3f48f48

Please sign in to comment.