refactor(theme): update theme to better fit updated logo

Signed-off-by: miguel456 <me@nogueira.codes>
This commit is contained in:
2023-02-26 04:28:57 +00:00
parent c48f2a9ec2
commit ea44af003c
5 changed files with 14 additions and 15 deletions

View File

@@ -16,7 +16,7 @@
{{ $modalFooter ?? '' }}
@if ($includeCloseButton == true)
@if ($includeCloseButton)
<button type="button" class="btn btn-secondary" data-dismiss="modal">{{__('Close')}}</button>
@endif
</div>