Skip to content

Commit

Permalink
Update un-yank icon as well
Browse files Browse the repository at this point in the history
  • Loading branch information
di committed Apr 3, 2020
1 parent f88d63c commit ae0c843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warehouse/templates/manage/releases.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
{% set confirm_name = "unyank_release" %}
{% set slug = confirm_name + '-modal-{}'.format(loop.index) %}
<a href="#{{ slug }}" class="dropdown__link">
<i class="fa fa-folder-plus" aria-hidden="true"></i>
<i class="fa fa-long-arrow-alt-right" aria-hidden="true"></i>
{% trans %}Un-yank{% endtrans %}
</a>
</li>
Expand Down

0 comments on commit ae0c843

Please sign in to comment.