Remove extra quote

This commit is contained in:
Marcus Moore 2023-01-18 13:42:09 -08:00
parent 07744ca7bd
commit e506ed7950
No known key found for this signature in database

View file

@ -259,7 +259,7 @@
{{ trans('general.checkout') }}
</a>
@else
<button style="margin-bottom:10px; width:100%"" class="btn btn-primary btn-sm disabled">
<button style="margin-bottom:10px; width:100%" class="btn btn-primary btn-sm disabled">
{{ trans('general.checkout') }}
</button>
@endif