Minor updates to components, and we now use @pa not @js/@css

This commit is contained in:
2024-08-10 22:25:03 +10:00
parent 293d9913c6
commit 92dd7ac3cb
6 changed files with 12 additions and 10 deletions

View File

@@ -1,4 +1,4 @@
<button type="cancel" id="cancel" style="margin-top: 2.0rem !important;" {{ $attributes->class(['btn','btn-sm','btn-danger']) }}>Cancel</button>
<button type="cancel" id="cancel" {{ $attributes->class(['mt-4','btn','btn-sm','btn-danger']) }}>Cancel</button>
@section('page-scripts')
<script type="text/javascript">