Skip to content

Commit

Permalink
fix: Icon updated for "Ticket Buyer Information" (#5625)
Browse files Browse the repository at this point in the history
  • Loading branch information
MeghalBisht authored Nov 19, 2020
1 parent 53d8d7e commit 9314043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/templates/components/forms/orders/order-form.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
</div>
<div class="ui padded segment">
<h4 class="ui horizontal divider header">
<i class="ticket icon"></i>
<i class="dollar icon"></i>
{{t 'Ticket Buyer'}}
</h4>
<div class="field {{if this.buyerHasFirstName 'disabled'}}">
Expand Down
2 changes: 1 addition & 1 deletion app/templates/components/orders/ticket-holder.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
</div>
<div class="ui padded segment">
<h4 class="ui horizontal divider header">
<i class="ticket icon"></i>
<i class="dollar icon"></i>
{{t 'Ticket Buyer'}}
</h4>
<h4 class="weight-300">
Expand Down

1 comment on commit 9314043

@vercel
Copy link

@vercel vercel bot commented on 9314043 Nov 19, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.