Fix infinity symbol by useing a utf-8 char
This commit is contained in:
parent
9f16beaca3
commit
13476d9cff
|
|
@ -138,7 +138,7 @@
|
|||
<li>
|
||||
<div class="section">
|
||||
<h4 class="nm">
|
||||
{{ ($ticket->quantity_available === null) ? '∞' : $ticket->quantity_remaining }}
|
||||
{{ ($ticket->quantity_available === null) ? '∞' : $ticket->quantity_remaining }}
|
||||
</h4>
|
||||
|
||||
<p class="nm text-muted">@lang("Ticket.remaining")</p>
|
||||
|
|
|
|||
Loading…
Reference in New Issue