Skip to content

Commit 9b264ad

Browse files
committed
Update un-yank icon as well
1 parent 7e25186 commit 9b264ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

warehouse/templates/manage/releases.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@
7171
{% set confirm_name = "unyank_release" %}
7272
{% set slug = confirm_name + '-modal-{}'.format(loop.index) %}
7373
<a href="#{{ slug }}" class="dropdown__link">
74-
<i class="fa fa-folder-plus" aria-hidden="true"></i>
74+
<i class="fa fa-long-arrow-alt-right" aria-hidden="true"></i>
7575
{% trans %}Un-yank{% endtrans %}
7676
</a>
7777
</li>

0 commit comments

Comments
 (0)