Skip to content

Commit

Permalink
Fixed target="_blank" for exchange links
Browse files Browse the repository at this point in the history
  • Loading branch information
tkaraivanov authored Jan 31, 2019
1 parent d9c653e commit b6f8f2f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/components/worbli-buy.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,9 @@ class WorbliBuy extends PolymerElement {
<div class="outer-container">
<div class="h1-text">Where can I buy <strong>WORBLI</strong> tokens?</div>
<div class="btn-container">
<a href="https://chaince.com/registrations/new?in_token=89a7a25f" target="_bkank"><div class="yellow-button">CHAINCE</div></a>
<a href="https://www.chainrift.com/?R=UEQAo" target="_bkank"><div class="yellow-button">CHAINRIFT</div></a>
<a href="https://eosex.com/#/register?code=v16JyGsK" target="_bkank"><div class="yellow-button">EOSEX</div></a>
<a href="https://chaince.com/registrations/new?in_token=89a7a25f" target="_blank"><div class="yellow-button">CHAINCE</div></a>
<a href="https://www.chainrift.com/?R=UEQAo" target="_blank"><div class="yellow-button">CHAINRIFT</div></a>
<a href="https://eosex.com/#/register?code=v16JyGsK" target="_blank"><div class="yellow-button">EOSEX</div></a>
</div>
</div>
`;
Expand All @@ -74,4 +74,4 @@ class WorbliBuy extends PolymerElement {
};
}

} window.customElements.define('worbli-buy', WorbliBuy);
} window.customElements.define('worbli-buy', WorbliBuy);

0 comments on commit b6f8f2f

Please sign in to comment.