Skip to content

Commit 9ab91ec

Browse files
author
DIVYAM TAYAL
authored
fix: Change Download Invoice Icon (#5649)
1 parent 30e4295 commit 9ab91ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/templates/orders/view.hbs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</button>
3939
<button {{action 'downloadInvoice' this.model.event.name this.model.order.identifier }}
4040
class="ui labeled icon blue {{if this.isLoadingInvoice 'loading'}} {{if this.device.isMobile 'fluid'}} button">
41-
<i class="download icon"></i>
41+
<i class="file alternate icon"></i>
4242
{{t 'Download Invoice'}}
4343
</button>
4444
</div>

0 commit comments

Comments
 (0)