Skip to content

Commit

Permalink
fix: remove download file icon (#1240)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredgalanis authored Oct 25, 2023
1 parent 5f8de0c commit fe08ad2
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions app/components/found-manuscripts/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,6 @@
{{/if}}
{{/unless}}
</div>
<div class="d-flex flex flex-grow-1 ml-sm-4 border-left">
<a href="{{manuscript.url}}" target="_blank" class="px-4 py-2" title="Download this manuscript">
<i class="fa fa-cloud-download-alt fa-lg"></i>
</a>
</div>
</div>
{{/each}}
</div>
Expand Down

0 comments on commit fe08ad2

Please sign in to comment.