Skip to content

Commit

Permalink
Made the Twitter Account Links clickable on the Supporters' Slide-out…
Browse files Browse the repository at this point in the history
… drawer

This is now the case for some responsive sizes and desktop.  These links are not displayed in Cordova.

Resolves https://wevoteusa.atlassian.net/browse/WV-102
  • Loading branch information
SailingSteve committed Jan 24, 2024
1 parent 076fec3 commit 6423bde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/components/Ballot/PositionItem.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ class PositionItem extends Component {
</TwitterFollowersWrapper>
</div>
)}
linkIdAttribute="candidateTwitterDesktop"
linkIdAttribute="positionItemTwitterDesktop"
url={`https://twitter.com/${position.speaker_twitter_handle}`}
target="_blank"
/>
Expand Down

0 comments on commit 6423bde

Please sign in to comment.