refactor(theme): update theme to better fit updated logo
Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
@@ -16,7 +16,7 @@
|
||||
|
||||
{{ $modalFooter ?? '' }}
|
||||
|
||||
@if ($includeCloseButton == true)
|
||||
@if ($includeCloseButton)
|
||||
<button type="button" class="btn btn-secondary" data-dismiss="modal">{{__('Close')}}</button>
|
||||
@endif
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user