Skip to content

Commit

Permalink
fix: restore card link functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
greatislander committed Feb 11, 2020
1 parent 492d449 commit 4796012
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/assets/scripts/Pinecone/Card/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Card {
this.card = card;
this.config = {
...{
cardLinkSelector: 'h2 a'
cardLinkSelector: '.card__link'
},
...options
};
Expand Down

0 comments on commit 4796012

Please sign in to comment.