Skip to content
This repository has been archived by the owner on May 1, 2023. It is now read-only.

Commit

Permalink
fix(charts): fix sell button
Browse files Browse the repository at this point in the history
  • Loading branch information
albertosantini committed Mar 8, 2017
1 parent 2d9bd49 commit 813776f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/client/app/components/charts/charts.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<span class="pl1">Buy</span>
</a>
<a class="f5 no-underline black bg-animate hover-bg-black hover-white inline-flex items-center pa3 ba border-box mr4"
href ng-click="$ctrl.openOrderDialog($event, 'buy')">
href ng-click="$ctrl.openOrderDialog($event, 'sell')">
<span class="pl1">Sell</span>
</a>
</div>
Expand Down

0 comments on commit 813776f

Please sign in to comment.